diff options
author | Muriithi Frederick Muriuki | 2019-01-21 09:11:41 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2019-01-21 09:11:41 +0300 |
commit | 9b8bb5bf25b5dd375587c11377aa94d46295e868 (patch) | |
tree | c3497485591c29e1660e1eecb1f3bc41b908653a | |
parent | 4cb594f75e7823645f39897bd8d8dfcaea51f04f (diff) | |
download | guix-bioinformatics-9b8bb5bf25b5dd375587c11377aa94d46295e868.tar.gz |
Add module
* python2-eventlet moved to gnu/packages/python-xyz.scm
-rw-r--r-- | gn/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 4cefe84..651a635 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -37,6 +37,7 @@ #:use-module (gnu packages web) #:use-module (gnu packages xml) #:use-module (gnu packages xorg) + #:use-module (gnu packages python-xyz) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix git-download) |