gnome-builder: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
577d1370f1
commit
58a3726252
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ in stdenv.mkDerivation {
|
|||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
python3
|
||||
python3.pkgs.wrapPython
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue