diff options
author | Roel Janssen | 2016-02-18 10:48:24 +0100 |
---|---|---|
committer | Roel Janssen | 2016-02-18 10:48:24 +0100 |
commit | 8d7549806cb58e14a9432211ebc83f944f8fee1a (patch) | |
tree | 723e2c74cfb210e34e2ac22f8d48c0c4da29ab96 /gn | |
parent | c5f83ff606c629a888d2f69aace076aff1417823 (diff) | |
download | guix-bioinformatics-8d7549806cb58e14a9432211ebc83f944f8fee1a.tar.gz |
Fix for compilation.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index e243db3..d840875 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -543,6 +543,7 @@ markdup, and depth.") version ".tar.gz")) (sha256 (base32 "")))) + (build-system gnu-build-system) (home-page "http://broadinstitute.github.io/picard/") (synopsis "A set of Java command line tools for manipulating high-throughput sequencing data (HTS) data and formats") |