diff options
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) |