From e415a73d2c11e43f4db3b797ed73ab6ebcc336e0 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 19 Jan 2022 14:07:13 -0500 Subject: 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 --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') 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) -- cgit v1.2.3