From 77990bdcb4a85ed044dd5dd9bf49f2515b9ce742 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Tue, 24 Jan 2017 09:29:44 +0000 Subject: sambamba: remove lz4 and rdmd --- gn/packages/bioinformatics.scm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gn/packages/bioinformatics.scm') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 701ac1d..e16c28e 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -941,20 +941,12 @@ association studies (GWAS).") `(("ldc" ,ldc) ("lz4" ,lz4) ("coreutils" ,coreutils) ; for env - ;; ("rdmd" ,rdmd) ("zlib" ,zlib) ("perl" ,perl) ; Needed for htslib ("ruby" ,ruby) ; Needed for htslib ("python" ,python-2) ; Needed for htslib ("gcc" ,gcc) ("which" ,which) - ; ("lz4-src" - ; ,(origin - ; (method url-fetch) - ; (uri "https://github.com/Cyan4973/lz4/archive/160661c7a4cbf805f4af74d2e3932a17a66e6ce7.tar.gz") - ; (file-name (string-append "lz4-" (string-take commit 7) ".tar.gz" )) - ; (sha256 - ; (base32 "131nnbsd5dh7c8sdqzc9kawh3mi0qi4qxznv7zhzfszlx4g2fd20")))) ("htslib-src" ,(origin (method url-fetch) @@ -988,9 +980,6 @@ association studies (GWAS).") (and (with-directory-excursion "htslib" (zero? (system* "tar" "xvf" (assoc-ref inputs "htslib-src") "--strip-components=1"))) - ; (with-directory-excursion "lz4" - ; (zero? (system* "tar" "xvf" (assoc-ref inputs "lz4-src") - ; "--strip-components=1"))) (zero? (system* "rm" "-r" "BioD")) (zero? (system* "ln" "--symbolic" "--no-target-directory" (assoc-ref inputs "biod-src") "BioD"))))) -- cgit v1.2.3