gnome3.atomix: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
9ab012d0f1
commit
18f3e11880
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, wrapGAppsHook
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, wrapGAppsHook, python3
|
||||||
, gettext, gnome3, glib, gtk3, libgnome-games-support, gdk_pixbuf }:
|
, gettext, gnome3, glib, gtk3, libgnome-games-support, gdk_pixbuf }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
|
||||||
sha256 = "1k8bvwywpvw5f13pw40brk6c3rz2mdz9cd4zhcawg7qdm77dvcvb";
|
sha256 = "1k8bvwywpvw5f13pw40brk6c3rz2mdz9cd4zhcawg7qdm77dvcvb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook ];
|
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook python3 ];
|
||||||
buildInputs = [ glib gtk3 gdk_pixbuf libgnome-games-support gnome3.defaultIconTheme ];
|
buildInputs = [ glib gtk3 gdk_pixbuf libgnome-games-support gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue