diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-20 10:12:09 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:39 -0500 |
commit | 0557f781506431581217321e245834955bb05438 (patch) | |
tree | 171909bae3e493425ed8e329c31eb45107167e7a | |
parent | 4bbd57273235d69d888bd6cb4d97f288d6888106 (diff) |
gnu: glade3: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (glade3)[native-inputs]: Add python.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8d045fa5bc..f69f401f95 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3222,6 +3222,7 @@ current/manpages/docbook.xsl") ("docbook-xml" ,docbook-xml-4.2) ("docbook-xsl" ,docbook-xsl) ("glib:bin" ,glib "bin") + ("python" ,python) ("python-pygobject" ,python-pygobject) ("gobject-introspection" ,gobject-introspection) |