diff options
author | Efraim Flashner | 2020-07-05 04:10:28 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-07-05 04:16:23 -0500 |
commit | 0e1fe2432e10788a638bc201bdca2d356e1ad4a0 (patch) | |
tree | 4bbbe80e1b4b1932b83adbcaf3318ac5926f9b5f /gn/packages/genenetwork.scm | |
parent | 63646e03a140f2ffd3004d17d32900f9185416a3 (diff) | |
download | guix-bioinformatics-0e1fe2432e10788a638bc201bdca2d356e1ad4a0.tar.gz |
gn: Use the guix-past channel.
Adjust for python-2.4 being in the guix-past channel.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 318cb47..e3e478b 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -31,6 +31,7 @@ #:use-module (gnu packages web) #:use-module (gnu packages wget) #:use-module (gnu packages xml) + #:use-module (past packages python) #:use-module (gn packages bioinformatics) #:use-module (gn packages twint) #:use-module (gn packages crates-io) |