diff options
author | Efraim Flashner | 2020-07-08 12:51:00 +0300 |
---|---|---|
committer | Efraim Flashner | 2020-07-08 12:51:31 +0300 |
commit | a8e33afef1745840cd934a2748ab2f9652890442 (patch) | |
tree | 139955bea18af74aba2eb268ff367421e967a0b3 /gn | |
parent | 532d8e52768378a2fd3964aa8c85d01de97af185 (diff) | |
download | guix-bioinformatics-a8e33afef1745840cd934a2748ab2f9652890442.tar.gz |
gn: Update python24-pyx definition
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/python24.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm index d68b90c..bae5304 100644 --- a/gn/packages/python24.scm +++ b/gn/packages/python24.scm @@ -139,12 +139,13 @@ pre-defined variants." "13kyhqx19rw7dlv2xapdb68j8l9laq6nrpgkyd6549qwidmb4dz8")))) (build-system python-build-system) (arguments - `(#:python ,python-2.4)) - (native-inputs - `(("python24-setuptools" ,python24-setuptools))) - (home-page "http://pyx.sourceforge.net/") + `(#:python ,python-2.4 + #:use-setuptools? #f + #:tests? #f)) ; tests not included + (properties '((release-date "2012-10-26"))) + (home-page "https://pyx-project.org/") (synopsis "Python package for the generation of PostScript, PDF, and SVG files") - (description "Python package for the generation of PostScript, PDF, and SVG files") + (description "Python package for the generation of PostScript, PDF, and SVG files.") (license license:gpl2+))) (define-public python24-pyxlwriter |