diff options
author | Pjotr Prins | 2016-05-15 03:13:46 -0500 |
---|---|---|
committer | Pjotr Prins | 2016-05-15 03:13:46 -0500 |
commit | 3db71c30a4b92f8d4935abc9693eafe8d1fde03c (patch) | |
tree | cbb1efab999f3cb6ece2e8043ca4a4d63fbcf2ca /gn/packages | |
parent | 503e8ac23a4c1d3a60f48029890d3f30bbad543f (diff) | |
download | guix-bioinformatics-3db71c30a4b92f8d4935abc9693eafe8d1fde03c.tar.gz |
Disable ant - it gives an error
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 68095e9..0f9b2bf 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -6,7 +6,7 @@ #:use-module (guix utils) #:use-module (guix download) #:use-module (guix git-download) - #:use-module (guix build-system ant) + ;; #:use-module (guix build-system ant) #:use-module (guix build-system gnu) #:use-module (guix build-system cmake) #:use-module (guix build-system perl) |