diff options
author | Pjotr Prins | 2018-01-30 11:15:27 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-01-30 11:15:27 +0000 |
commit | 7da6542cdbece8787ef2ae0b42f25ea24b54b174 (patch) | |
tree | 281d14cfc096eaab4f9ceb3f0e1d88518420e952 /gn/packages/sambamba.scm | |
parent | db13b8db8dd09ee1c4d022383070785549290dee (diff) | |
parent | f4e392ce9252e67304b74289fef0568ac1d66ac6 (diff) | |
download | guix-bioinformatics-7da6542cdbece8787ef2ae0b42f25ea24b54b174.tar.gz |
Merge branch 'master' of gitlab.com:genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/sambamba.scm')
-rw-r--r-- | gn/packages/sambamba.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/sambamba.scm b/gn/packages/sambamba.scm index c2759fa..ee6a973 100644 --- a/gn/packages/sambamba.scm +++ b/gn/packages/sambamba.scm @@ -92,7 +92,7 @@ ;; The current build compiles htslib statically into the ;; executable. On top of that, we need to patch the latest ;; version of htslib to have it working with Sambamba. - (and + (and (copy-recursively (assoc-ref inputs "htslib-src") "htslib") (copy-recursively (assoc-ref inputs "dlang-undeaD-src") "undeaD") (copy-recursively (assoc-ref inputs "biod-src") "BioD")))) |