me
/
guix
Archived
1
0
Fork 0

gnu: libratbag: Add python to native inputs.

Since commit 6f36d0c89e, Meson no longer
propagates Python.

* gnu/packages/gnome.scm (libratbag)[native-inputs]: Add python.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
John Kehayias 2022-01-19 14:07:13 -05:00 committed by Tobias Geerinckx-Rice
parent 0f887e335f
commit e415a73d2c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -12055,7 +12055,7 @@ It uses pandoc as back-end for parsing Markdown.")
python-wrap)
#t))))))
(native-inputs
(list check pkg-config swig valgrind))
(list check pkg-config python swig valgrind))
(inputs
`(("glib" ,glib)
("json-glib" ,json-glib)