diff options
author | pjotrp | 2018-01-29 11:01:49 +0000 |
---|---|---|
committer | pjotrp | 2018-01-29 11:01:49 +0000 |
commit | c64d46d3ceb9baac1108bf33e47e18a91c43e53d (patch) | |
tree | aaa4a196f139d36fae3b70f18189c8f6d9b6732c /gn/packages/sambamba.scm | |
parent | 1e1378d4d26096cf3ef32b1c8a624390deb8bbcb (diff) | |
download | guix-bioinformatics-c64d46d3ceb9baac1108bf33e47e18a91c43e53d.tar.gz |
Updates
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")))) |