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:
Jan Tojnar 2018-09-03 20:35:09 +02:00
parent a502b155f0
commit 9c4323b5de
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -7,6 +7,7 @@
, meson
, ninja
, upower
, python3
, desktop-file-utils
, wrapGAppsHook
, gnome3 }:
@ -37,6 +38,7 @@ in stdenv.mkDerivation rec {
gettext
# needed by meson_post_install.sh
python3
glib.dev
desktop-file-utils
];