diff options
author | Pjotr Prins | 2019-09-06 02:40:12 -0500 |
---|---|---|
committer | Pjotr Prins | 2019-09-06 02:40:12 -0500 |
commit | aea8bc0de6a1fce08a0f0adbc5b2a295264ff550 (patch) | |
tree | 2c146473b836cd9074eed9252e419a7f1c0209cd /gn/packages/python.scm | |
parent | ca6c93f743475d1f7c791f16eeb6890adc50528c (diff) | |
download | guix-bioinformatics-aea8bc0de6a1fce08a0f0adbc5b2a295264ff550.tar.gz |
Cleaning up genenetwork2 build.
Remove pylmm and r-phewas. Added rust-qtlreaper
Fixed python-setuptools warning
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index b393ebb..3c03e26 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -412,9 +412,9 @@ until a value is returned.") (define-public python2-rserve (package-with-python2 python-rserve)) -(define-public python-setuptools +(define-public python-setuptools-old (package - (name "python-setuptools") + (name "python-setuptools-old") (version "40.6.0") (source (origin |