guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

39/39: gnu: impressive: Fix Python 2/3 dependency mismatch.


From: Ludovic Courtès
Subject: 39/39: gnu: impressive: Fix Python 2/3 dependency mismatch.
Date: Sun, 22 Oct 2017 18:32:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ed9b09e4f0795079f7c186c22f3a9501ae27291a
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 22 15:16:56 2017 -0700

    gnu: impressive: Fix Python 2/3 dependency mismatch.
    
    * gnu/packages/pdf.scm (impressive)[inputs]: Depend on PYTHON2-PYGAME.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 6dbba2c..ceaccdd 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -7,7 +7,7 @@
 ;;; Coypright © 2016 ng0 <address@hidden>
 ;;; Coypright © 2016 Efraim Flashner <address@hidden>
 ;;; Coypright © 2016, 2017 Marius Bakke <address@hidden>
-;;; Coypright © 2016 Ludovic Courtès <address@hidden>
+;;; Coypright © 2016, 2017 Ludovic Courtès <address@hidden>
 ;;; Coypright © 2016 Julien Lepiller <address@hidden>
 ;;; Copyright © 2016 Arun Isaac <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]