apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 0455b453d07401a121eabb8b74a2ac283d7a639f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Dec 18 23:19:47 2021 -0500
gnu: pangomm: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
---
gnu/packages/gtk.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d1d5b56c91..77b348d18d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1630,6 +1630,7 @@ library.")
("mm-common" ,mm-common)
("perl" ,perl)
("pkg-config" ,pkg-config)
+ ("python" ,python)
("xsltproc" ,libxslt)))
(propagated-inputs
(list cairo cairomm glibmm pango))