diff options
author | Muriithi Frederick Muriuki | 2018-04-08 11:35:00 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-04-08 11:35:00 +0300 |
commit | b7853e6340adc3bc10cc48931db7c8f2ebe8c2d5 (patch) | |
tree | 79f98d79f7c4c3b83947098ce0bd7c875a23f891 /gn/packages/gemma.scm | |
parent | fc284297def0b68c5a9fdd6c31cf9180b23fe73f (diff) | |
parent | 86fb35d3076401f899a5f3ae99403ecb25e3c260 (diff) | |
download | guix-bioinformatics-b7853e6340adc3bc10cc48931db7c8f2ebe8c2d5.tar.gz |
Merge branch 'master' of https://gitlab.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r-- | gn/packages/gemma.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm index 90735fe..5e9b4b7 100644 --- a/gn/packages/gemma.scm +++ b/gn/packages/gemma.scm @@ -57,7 +57,7 @@ #:use-module (gnu packages web) #:use-module (gnu packages xml) #:use-module (gnu packages bootstrap) - #:use-module (gn packages ldc) + ; #:use-module (gn packages ldc) #:use-module (gn packages ldc) #:use-module (gn packages shell) #:use-module (srfi srfi-1)) |