aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorBonfaceKilz2022-01-06 12:56:31 +0300
committerBonfaceKilz2022-01-06 12:56:31 +0300
commit6a98b5545c6452cec11185db53eaea6a2097132d (patch)
treeda32b1d7aa19ab27dfc91d84e9ec90ef42d46800 /gn
parentfc24a488e7cbe962aa04980dc383461f9fe0255f (diff)
downloadguix-bioinformatics-6a98b5545c6452cec11185db53eaea6a2097132d.tar.gz
gn: genenetwork: Add diffutils
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add diffutils.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/genenetwork.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index a73c199..e6633de 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -118,6 +118,7 @@
("gemma-wrapper" ,gemma-wrapper)
("python" ,python-wrapper)
("csvdiff" ,csvdiff)
+ ("diffutils" ,diffutils)
("python-bcrypt" ,python-bcrypt)
("python-flask" ,python-flask)
("python-flask-cors" ,python-flask-cors)