diff options
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")))) |