forked from mirrors/nixpkgs
gnome3.swell-foop: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
b8a7e2a116
commit
9ab012d0f1
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, meson, ninja, pkgconfig, vala, glib, gtk3, gnome3, desktop-file-utils
|
||||
, clutter, clutter-gtk, gettext, itstool, libxml2, wrapGAppsHook }:
|
||||
, clutter, clutter-gtk, gettext, itstool, libxml2, wrapGAppsHook, python3 }:
|
||||
|
||||
let
|
||||
pname = "swell-foop";
|
||||
|
@ -19,7 +19,7 @@ in stdenv.mkDerivation rec {
|
|||
};
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja vala pkgconfig wrapGAppsHook itstool gettext libxml2 desktop-file-utils ];
|
||||
nativeBuildInputs = [ meson ninja vala pkgconfig wrapGAppsHook python3 itstool gettext libxml2 desktop-file-utils ];
|
||||
buildInputs = [ glib gtk3 gnome3.defaultIconTheme clutter clutter-gtk ];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue