[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: python2-pygtk: Add libglade to inputs.
From: |
Ricardo Wurmus |
Subject: |
02/03: gnu: python2-pygtk: Add libglade to inputs. |
Date: |
Sat, 27 Feb 2016 11:29:03 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 6ab4712d6e95b56d6ecb41fd4ec87199d20a6fd0
Author: Ricardo Wurmus <address@hidden>
Date: Fri Feb 26 08:05:40 2016 +0100
gnu: python2-pygtk: Add libglade to inputs.
* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add "libglade".
---
gnu/packages/gtk.scm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4fb4e8d..452906a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1013,6 +1013,7 @@ extensive documentation, including API reference and a
tutorial.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("python" ,python-2)
+ ("libglade" ,libglade)
("glib" ,glib)))
(propagated-inputs
`(("python-pycairo" ,python2-pycairo) ;loaded at runtime