gnu: pangomm: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
This commit is contained in:
parent
e25772628d
commit
5c3d2db4fd
1 changed files with 1 additions and 0 deletions
|
@ -1630,6 +1630,7 @@ library.")
|
||||||
("mm-common" ,mm-common)
|
("mm-common" ,mm-common)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list cairo cairomm glibmm pango))
|
(list cairo cairomm glibmm pango))
|
||||||
|
|
Reference in a new issue