gnome3.gnome-chess: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
1914e51249
commit
88759d117d
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, vala, pkgconfig, wrapGAppsHook, gobjectIntrospection
|
{ stdenv, fetchurl, meson, ninja, vala, pkgconfig, wrapGAppsHook, gobjectIntrospection
|
||||||
, gettext, itstool, libxml2, gnome3, glib, gtk3, librsvg }:
|
, gettext, itstool, libxml2, python3, gnome3, glib, gtk3, librsvg }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-chess-${version}";
|
name = "gnome-chess-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1q8gc0mq8k2b7pjy363g0yjd80czqknw6ssqzbvgqx5b8nkfvmv1";
|
sha256 = "1q8gc0mq8k2b7pjy363g0yjd80czqknw6ssqzbvgqx5b8nkfvmv1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja vala pkgconfig gettext itstool libxml2 wrapGAppsHook gobjectIntrospection ];
|
nativeBuildInputs = [ meson ninja vala pkgconfig gettext itstool libxml2 python3 wrapGAppsHook gobjectIntrospection ];
|
||||||
buildInputs = [ glib gtk3 librsvg gnome3.defaultIconTheme ];
|
buildInputs = [ glib gtk3 librsvg gnome3.defaultIconTheme ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user