diff options
author | BonfaceKilz | 2021-08-12 12:20:09 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-12 12:20:09 +0300 |
commit | 9d62e687b3844f6de97adfd9f059bebac45eb4ad (patch) | |
tree | 61c00b6aabbd63261802792841837064568747e2 /gn/packages | |
parent | b6761f9779f25fc26104852e7cdfe632df0338fa (diff) | |
download | guix-bioinformatics-9d62e687b3844f6de97adfd9f059bebac45eb4ad.tar.gz |
gn: genenetwork: Remove "#:python ,python-wrapper" from "arguments"
This fixes this error:
guix package: error: /home/bonface/projects/guix-bioinformatics/gn/packages/genenetwork.scm:295:4: package `genenetwork2@3.11-guix-84cbf35' has an invalid input: ("python" python-wrapper)
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index acb3341..f4b0dc4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -408,8 +408,7 @@ Graphical Fragment Assembly} files and related formats.") `(("javascript-colorbox" ,(package-source javascript-colorbox)))) (build-system python-build-system) (arguments - `(#:python ,python-wrapper - #:tests? #f ; no 'setup.py test' + `(#:tests? #f ; no 'setup.py test' #:phases (modify-phases %standard-phases (delete 'reset-gzip-timestamps) |