diff options
| author | Frederick Muriuki Muriithi | 2025-10-06 10:12:29 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-10-06 11:30:12 -0500 |
| commit | d58001761b825c20b29b958a5e95b4564b34a983 (patch) | |
| tree | b0e8e3e49319a37cd7ba7a0a5e091dcb58399922 /gn/packages/edash.scm | |
| parent | 373ed858c2358a89da996826b3cc248e7da1d1de (diff) | |
| download | guix-bioinformatics-d58001761b825c20b29b958a5e95b4564b34a983.tar.gz | |
python2-six: import from (past packages python27)
python2-six was deleted on mainline guix and moved to guix-past.
Diffstat (limited to 'gn/packages/edash.scm')
| -rw-r--r-- | gn/packages/edash.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 88496d7..42da046 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -18,7 +18,8 @@ #:use-module (gnu packages check) #:use-module (gn packages web) #:use-module (gnu packages sqlite) - #:use-module (gn packages python)) + #:use-module (gn packages python) + #:use-module (past packages python27)) (define-public python-s3transfer-0.1.13 (package |
