diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2022-01-19 14:07:13 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:00 +0100 |
commit | e415a73d2c11e43f4db3b797ed73ab6ebcc336e0 (patch) | |
tree | 8b514d200d107d45da48ac914b1e99b446ba74c5 /gnu/packages | |
parent | 0f887e335f7bf7e888ec53cff41baebd92947f1b (diff) | |
download | guix-e415a73d2c11e43f4db3b797ed73ab6ebcc336e0.tar.gz guix-e415a73d2c11e43f4db3b797ed73ab6ebcc336e0.zip |
gnu: libratbag: Add python to native inputs.
Since commit 6f36d0c89e3bf19bb7bb8f7f5b77de30c9af861b, Meson no longer
propagates Python.
* gnu/packages/gnome.scm (libratbag)[native-inputs]: Add python.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2467dc8b7b..0ebffce224 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |