diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-19 01:01:42 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:38 -0500 |
commit | 00ed8c6fe9d1e2242d79db9eb548517336d80e9c (patch) | |
tree | 273f24e58236247d3f7da3ea1a381d408d4df62d | |
parent | 5d231df3cc7bf73b5be0c414611b28f25cd4841e (diff) | |
download | guix-00ed8c6fe9d1e2242d79db9eb548517336d80e9c.tar.gz |
gnu: dconf: Add python to native inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (dconf)[native-inputs]: Add python.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f4983361b4..dba5646f09 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4604,6 +4604,7 @@ and RDP protocols.") ("glib:bin" ,glib "bin") ("gtk-doc" ,gtk-doc/stable) ("pkg-config" ,pkg-config) + ("python" ,python) ("vala" ,vala))) (arguments `(#:glib-or-gtk? #t |