gnome-builder: 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:55:43 +02:00
parent 577d1370f1
commit 58a3726252
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -52,6 +52,7 @@ in stdenv.mkDerivation {
meson
ninja
pkgconfig
python3
python3.pkgs.wrapPython
wrapGAppsHook
];