diff options
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 7c833a0..acb3341 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -408,7 +408,7 @@ Graphical Fragment Assembly} files and related formats.") `(("javascript-colorbox" ,(package-source javascript-colorbox)))) (build-system python-build-system) (arguments - `(#:python python-wrapper + `(#:python ,python-wrapper #:tests? #f ; no 'setup.py test' #:phases (modify-phases %standard-phases |