diff options
author | Frederick Muriuki Muriithi | 2025-10-06 09:54:09 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-10-06 11:30:12 -0500 |
commit | a3926a5c29f1a6360e2ad0fd5bf0d6f009090406 (patch) | |
tree | 6650d9989306684ef001d2c2a868eaafd6708e9e /gn/packages/python.scm | |
parent | d9a10dd3e6f370f068e9c7a96318546d550a3731 (diff) | |
download | guix-bioinformatics-a3926a5c29f1a6360e2ad0fd5bf0d6f009090406.tar.gz |
python-unittest2: Copy deleted package over from guix mainline
Certain packages in guix-bioinformatics have `python-unittest2` as a dependency, but the package was deleted from guix mainline. This commit copies the deleted package definition over to guix-bioinformatics and includes the module where the package is used.
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 8175f5e..54d45a4 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -42,7 +42,8 @@ #:use-module (guix utils) #:use-module (guix build-system pyproject) #:use-module (guix build-system python) - #:use-module (srfi srfi-1)) + #:use-module (srfi srfi-1) + #:use-module (gn packages check)) (define-public python-rpy2-2.9 (package |