diff options
author | Efraim Flashner | 2020-11-12 04:40:06 -0600 |
---|---|---|
committer | Efraim Flashner | 2020-11-12 04:40:06 -0600 |
commit | bbfc3daa875dd0b4ab66c6d153d6a94d6bff1cc2 (patch) | |
tree | a824558cc15e5051e644b8cb8dbf2f450971bc30 | |
parent | 9cfb318495972e081ffd4e38a1274685090c3f80 (diff) | |
download | guix-bioinformatics-bbfc3daa875dd0b4ab66c6d153d6a94d6bff1cc2.tar.gz |
gn: python24-parallel: Fix package description.
-rw-r--r-- | gn/packages/python24.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm index 89f9be3..63cd661 100644 --- a/gn/packages/python24.scm +++ b/gn/packages/python24.scm @@ -173,7 +173,7 @@ pre-defined variants." (arguments `(#:python ,python-2.4 #:use-setuptools? #f - #:tests? #f)) ; no tests)) + #:tests? #f)))) ; no tests (define GN1-thirdparty-sources (origin |