gnu: atkmm: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gtk.scm (atkmm)[native-inputs]: Add python.
This commit is contained in:
parent
be04f73d09
commit
9e0dfe61e9
1 changed files with 2 additions and 2 deletions
|
@ -1685,8 +1685,7 @@ library.")
|
||||||
(mkdir-p (string-append doc "/share"))
|
(mkdir-p (string-append doc "/share"))
|
||||||
(rename-file
|
(rename-file
|
||||||
(string-append out "/share/doc")
|
(string-append out "/share/doc")
|
||||||
(string-append doc "/share/doc"))
|
(string-append doc "/share/doc"))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("dot" ,graphviz)
|
`(("dot" ,graphviz)
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
|
@ -1694,6 +1693,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 glibmm atk))
|
(list glibmm atk))
|
||||||
|
|
Reference in a new issue