guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python2-pygtk2: Temporarily revert to the ol


From: guix-commits
Subject: branch master updated: gnu: python2-pygtk2: Temporarily revert to the old style of inputs.
Date: Mon, 13 Dec 2021 19:15:45 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 94836b2  gnu: python2-pygtk2: Temporarily revert to the old style of 
inputs.
94836b2 is described below

commit 94836b215630ad0f4a7c06b8e4284d923ac1197f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Dec 13 19:11:24 2021 -0500

    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.
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 53bfd1f..a7e5d10 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1941,9 +1941,9 @@ printing and other features typical of a source code 
editor.")
        ("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



reply via email to

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