diff options
author | Pjotr Prins | 2016-03-09 11:42:16 -0500 |
---|---|---|
committer | Pjotr Prins | 2016-03-09 11:42:16 -0500 |
commit | 1b16196348f91b6b7655550766a79418428977c1 (patch) | |
tree | b697e70141b85efb4e6adc9e2df90b809037cf2e /gn | |
parent | f6832be1fe9138418bdd2858dbb2fc305cbcb25e (diff) | |
download | guix-bioinformatics-1b16196348f91b6b7655550766a79418428977c1.tar.gz |
fix
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 3d62d55..1b46117 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -154,9 +154,6 @@ (sha256 (base32 "1zs6jgrpwzxmfjz03whnaw8q6h8f53mycl440p058gfn8x7pd618")))) - (inputs `( - ("r-wgcna" ,r-wgcna) - ("r-qtl" ,r-qtl))) (propagated-inputs `( ;; propagated for development purposes ("python" ,python-2) ;; probably superfluous ("r" ,r) |