From a8e33afef1745840cd934a2748ab2f9652890442 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 8 Jul 2020 12:51:00 +0300 Subject: gn: Update python24-pyx definition --- gn/packages/python24.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'gn/packages') 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 -- cgit v1.2.3