mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python2-pygtk2: Temporarily revert to the old style of inputs.
This fixes the build of this package. Reported in #guix by jpoiret, ss2, and tschilptschilp23. * gnu/packages/gtk.scm (python2-pygtk)[propagated-inputs]: Restore the label expected in the 'fix-codegen' build phase.
This commit is contained in:
parent
bdcfe80b41
commit
94836b2156
1 changed files with 3 additions and 3 deletions
|
@ -1941,9 +1941,9 @@ (define-public python2-pygtk
|
|||
("libglade" ,libglade)
|
||||
("glib" ,glib)))
|
||||
(propagated-inputs
|
||||
(list python2-pycairo ;loaded at runtime
|
||||
python2-pygobject-2 ;referenced in pc file
|
||||
gtk+-2))
|
||||
`(("python-pycairo" ,python2-pycairo) ;loaded at runtime
|
||||
("python-pygobject" ,python2-pygobject-2) ;referenced in pc file
|
||||
("gtk+" ,gtk+-2)))
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue