aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/sambamba.scm
diff options
context:
space:
mode:
authorPjotr Prins2018-01-30 11:15:27 +0000
committerPjotr Prins2018-01-30 11:15:27 +0000
commit7da6542cdbece8787ef2ae0b42f25ea24b54b174 (patch)
tree281d14cfc096eaab4f9ceb3f0e1d88518420e952 /gn/packages/sambamba.scm
parentdb13b8db8dd09ee1c4d022383070785549290dee (diff)
parentf4e392ce9252e67304b74289fef0568ac1d66ac6 (diff)
downloadguix-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.scm2
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"))))