diff options
author | Efraim Flashner | 2021-08-11 20:59:03 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-08-11 20:59:03 +0300 |
commit | ba96f981eb3dbaa9c4379f1f6fc981164ff8442b (patch) | |
tree | e9b46bb0bf913889238e507345468d8db4ff679d | |
parent | 8ad9768e05c76dbd4d549b9b38b15289f5662a2c (diff) | |
download | guix-bioinformatics-ba96f981eb3dbaa9c4379f1f6fc981164ff8442b.tar.gz |
gn: fix genenetwork2 package definition
-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 |