diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-02-26 08:05:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-02-27 12:27:21 +0100 |
commit | 6ab4712d6e95b56d6ecb41fd4ec87199d20a6fd0 (patch) | |
tree | f4c9c8609bd1bea7fb4beceeb03bbac776ae1993 /gnu | |
parent | a91d72e23acf87899bb57d618f2fd8c79dcea1b3 (diff) |
gnu: python2-pygtk: Add libglade to inputs.
* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add "libglade".
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 4fb4e8dc0d..452906a5a1 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 |