aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-17 00:08:11 +0300
committerBonfaceKilz2021-02-17 00:08:11 +0300
commit3a6fc87d180963e27bb0b0e78aea5415a00fdd33 (patch)
treeb3517046d3217f7cbd9723ed0e346cae7eb6f053 /guix.scm
parentef16ff2156be065970a657cb9cfcefd015b00d77 (diff)
downloadgenenetwork3-3a6fc87d180963e27bb0b0e78aea5415a00fdd33.tar.gz
Add gemma-wrapper
* guix.scm: New package propagated-input. * README.md: Mention that you require "guix-bioinformatics" package, because of the addition of "gemma-wrapper".
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index e371eff..936ddf3 100644
--- a/guix.scm
+++ b/guix.scm
@@ -23,6 +23,7 @@
(ice-9 match)
(ice-9 popen)
(ice-9 rdelim)
+ (gn packages gemma)
(gnu packages base)
(gnu packages check)
(gnu packages databases)
@@ -64,6 +65,7 @@
#:recursive? #t
#:select? git-file?))
(propagated-inputs `(("coreutils" ,coreutils)
+ ("gemma-wrapper" ,gemma-wrapper)
("python-bcrypt" ,python-bcrypt)
("python" ,python-wrapper)
("python-flask" ,python-flask)