gnome3.bijiben: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{ stdenv, meson, ninja, gettext, fetchurl, pkgconfig
|
{ stdenv, meson, ninja, gettext, fetchurl, pkgconfig
|
||||||
, wrapGAppsHook, itstool, desktop-file-utils
|
, wrapGAppsHook, itstool, desktop-file-utils, python3
|
||||||
, glib, gtk3, evolution-data-server
|
, glib, gtk3, evolution-data-server
|
||||||
, libuuid, webkitgtk, zeitgeist
|
, libuuid, webkitgtk, zeitgeist
|
||||||
, gnome3, libxml2 }:
|
, gnome3, libxml2 }:
|
||||||
@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig gettext itstool libxml2 desktop-file-utils wrapGAppsHook
|
meson ninja pkgconfig gettext itstool libxml2 desktop-file-utils python3 wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user