me
/
guix
Archived
1
0
Fork 0

gnu: atkmm: Add python to native inputs.

Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.

* gnu/packages/gtk.scm (atkmm)[native-inputs]: Add python.
master
Maxim Cournoyer 2021-12-18 23:12:17 -05:00
parent be04f73d09
commit 9e0dfe61e9
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1685,8 +1685,7 @@ library.")
(mkdir-p (string-append doc "/share"))
(rename-file
(string-append out "/share/doc")
(string-append doc "/share/doc"))
#t))))))
(string-append doc "/share/doc"))))))))
(native-inputs
`(("dot" ,graphviz)
("doxygen" ,doxygen)
@ -1694,6 +1693,7 @@ library.")
("mm-common" ,mm-common)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python" ,python)
("xsltproc" ,libxslt)))
(propagated-inputs
(list glibmm atk))