gnu: mutter: Add python to native inputs.
* gnu/packages/gnome.scm (mutter)[native-inputs]: Add python.
This commit is contained in:
parent
ac1f60f4fe
commit
48baca342d
1 changed files with 1 additions and 0 deletions
|
@ -7526,6 +7526,7 @@ to display dialog boxes from the commandline and shell scripts.")
|
||||||
("adwaita-icon-theme" ,adwaita-icon-theme)
|
("adwaita-icon-theme" ,adwaita-icon-theme)
|
||||||
("libxcursor" ,libxcursor) ;for XCURSOR_PATH
|
("libxcursor" ,libxcursor) ;for XCURSOR_PATH
|
||||||
("pipewire" ,pipewire-0.3)
|
("pipewire" ,pipewire-0.3)
|
||||||
|
("python" ,python)
|
||||||
("python-dbus" ,python-dbus)
|
("python-dbus" ,python-dbus)
|
||||||
("python-dbusmock" ,python-dbusmock)
|
("python-dbusmock" ,python-dbusmock)
|
||||||
("tini" ,tini))) ;acting as init (zombie reaper)
|
("tini" ,tini))) ;acting as init (zombie reaper)
|
||||||
|
|
Reference in a new issue