diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-19 00:44:02 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:38 -0500 |
commit | 5d231df3cc7bf73b5be0c414611b28f25cd4841e (patch) | |
tree | 6ffdce07c419381252d05ac250c1767d8f40f198 /gnu/packages/gtk.scm | |
parent | b78f0cbff4a5243d7bf2d6fc62c810d8f85b82a4 (diff) |
gnu: gtkmm: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add python.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 58e428c921..ced9d621aa 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1781,6 +1781,7 @@ library.") ("mm-common" ,mm-common) ("perl" ,perl) ("pkg-config" ,pkg-config) + ("python" ,python) ("xsltproc" ,libxslt) ("xorg-server" ,xorg-server-for-tests))) (propagated-inputs |