diff options
-rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 6dbba2c7ec..ceaccddfc7 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -7,7 +7,7 @@ ;;; Coypright © 2016 ng0 <[email protected]> ;;; Coypright © 2016 Efraim Flashner <[email protected]> ;;; Coypright © 2016, 2017 Marius Bakke <[email protected]> -;;; Coypright © 2016 Ludovic Courtès <[email protected]> +;;; Coypright © 2016, 2017 Ludovic Courtès <[email protected]> ;;; Coypright © 2016 Julien Lepiller <[email protected]> ;;; Copyright © 2016 Arun Isaac <[email protected]> ;;; Copyright © 2017 Leo Famulari <[email protected]> @@ -747,7 +747,7 @@ vector formats.") (build-system python-build-system) ;; TODO: Add dependency on pdftk. - (inputs `(("python-pygame" ,python-pygame) + (inputs `(("python2-pygame" ,python2-pygame) ("python2-pillow" ,python2-pillow) ("sdl" ,sdl) ("xpdf" ,xpdf))) |