mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: impressive: Fix Python 2/3 dependency mismatch.
* gnu/packages/pdf.scm (impressive)[inputs]: Depend on PYTHON2-PYGAME.
This commit is contained in:
parent
3a784700cd
commit
ed9b09e4f0
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is>
|
||||
;;; Coypright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Coypright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Coypright © 2016 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Coypright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Coypright © 2016 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2016 Arun Isaac <arunisaac@systemreboot.net>
|
||||
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||
|
@ -747,7 +747,7 @@ (define-public impressive
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue