gnome3.gnome-todo: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
091ed8f2f8
commit
3e3972a054
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, wrapGAppsHook
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, python3, wrapGAppsHook
|
||||||
, gettext, gnome3, glib, gtk, libpeas
|
, gettext, gnome3, glib, gtk, libpeas
|
||||||
, gnome-online-accounts, gsettings-desktop-schemas
|
, gnome-online-accounts, gsettings-desktop-schemas
|
||||||
, evolution-data-server, libxml2, libsoup, libical, rest, json-glib }:
|
, evolution-data-server, libxml2, libsoup, libical, rest, json-glib }:
|
||||||
@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig gettext wrapGAppsHook
|
meson ninja pkgconfig gettext python3 wrapGAppsHook
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gtk libpeas gnome-online-accounts
|
glib gtk libpeas gnome-online-accounts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user