From 9d62e687b3844f6de97adfd9f059bebac45eb4ad Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 12 Aug 2021 12:20:09 +0300 Subject: 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) --- gn/packages/genenetwork.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gn/packages/genenetwork.scm') 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) -- cgit v1.2.3