diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-26 19:47:24 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:47:01 -0500 |
commit | 48baca342d6cd1539b99a7b0f9d36f99c0e388ba (patch) | |
tree | 408d3a9049b85cdd0d10520d4a3c46474ad90bbb | |
parent | ac1f60f4fe20182a4750eaf5e188813a1a25c65e (diff) | |
download | guix-48baca342d6cd1539b99a7b0f9d36f99c0e388ba.tar guix-48baca342d6cd1539b99a7b0f9d36f99c0e388ba.tar.gz |
gnu: mutter: Add python to native inputs.
* gnu/packages/gnome.scm (mutter)[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 31fa9287fa..9e0b3a4d11 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7526,6 +7526,7 @@ to display dialog boxes from the commandline and shell scripts.") ("adwaita-icon-theme" ,adwaita-icon-theme) ("libxcursor" ,libxcursor) ;for XCURSOR_PATH ("pipewire" ,pipewire-0.3) + ("python" ,python) ("python-dbus" ,python-dbus) ("python-dbusmock" ,python-dbusmock) ("tini" ,tini))) ;acting as init (zombie reaper) |