transporter: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
bf98e44d23
commit
577d1370f1
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user