aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-08-12 12:20:09 +0300
committerBonfaceKilz2021-08-12 12:20:09 +0300
commit9d62e687b3844f6de97adfd9f059bebac45eb4ad (patch)
tree61c00b6aabbd63261802792841837064568747e2
parentb6761f9779f25fc26104852e7cdfe632df0338fa (diff)
downloadguix-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)
-rw-r--r--gn/packages/genenetwork.scm3
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)