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