aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/python24.scm11
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