diff options
| author | Arun Isaac | 2026-02-25 01:27:56 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-02-25 01:27:56 +0000 |
| commit | 80401c7f156180a0956838c44ba9547f1b686a6f (patch) | |
| tree | 490e356fe6266fedfc776988dd1a9bff776af2fc | |
| parent | d12eacf9b03827ce2618bdc9eadb03a6cba909fb (diff) | |
| download | guix-bioinformatics-80401c7f156180a0956838c44ba9547f1b686a6f.tar.gz | |
Import (gnu packages python-check) for python-nose.
Upstream moved python-nose to (gnu packages python-check).
| -rw-r--r-- | gn/packages/check.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/check.scm b/gn/packages/check.scm index 8216f15..01f1508 100644 --- a/gn/packages/check.scm +++ b/gn/packages/check.scm @@ -6,6 +6,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages check) #:use-module (gnu packages python-build) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-xyz) #:use-module (past packages python27)) |
