diff options
author | Roel Janssen | 2016-03-10 17:24:19 +0100 |
---|---|---|
committer | Roel Janssen | 2016-03-10 17:24:19 +0100 |
commit | 0341bc89486c235bf8c9ed0de3439095d65d1a34 (patch) | |
tree | 474f47d52202fb2c6cbbb566a2c281fbe7805358 /gn/packages/bioinformatics.scm | |
parent | 99e4f33740622b50182822b4ef253f017620af44 (diff) | |
parent | a9ae940435ffa67b04598a215280c42dd185e964 (diff) | |
download | guix-bioinformatics-0341bc89486c235bf8c9ed0de3439095d65d1a34.tar.gz |
Merge branch 'master' of https://github.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-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 40dde37..276471b 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -28,6 +28,7 @@ #:use-module (gnu packages curl) #:use-module (gnu packages doxygen) #:use-module (gnu packages datastructures) + #:use-module (gnu packages check) #:use-module (gnu packages file) #:use-module (gnu packages gawk) #:use-module (gnu packages gcc) |