transporter: 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 23:54:26 +02:00
parent bf98e44d23
commit 577d1370f1

View File

@@ -5,6 +5,7 @@
, pkgconfig
, granite
, vala_0_40
, python3
, gnome3
, libxml2
, gettext
@@ -37,6 +38,7 @@ in stdenv.mkDerivation rec {
ninja
pkgconfig
vala_0_40
python3
wrapGAppsHook
];