gnome3.gnome-power-manager: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
a502b155f0
commit
9c4323b5de
@ -7,6 +7,7 @@
|
|||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, upower
|
, upower
|
||||||
|
, python3
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, gnome3 }:
|
, gnome3 }:
|
||||||
@ -37,6 +38,7 @@ in stdenv.mkDerivation rec {
|
|||||||
gettext
|
gettext
|
||||||
|
|
||||||
# needed by meson_post_install.sh
|
# needed by meson_post_install.sh
|
||||||
|
python3
|
||||||
glib.dev
|
glib.dev
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user