gnome3.gnome-screenshot: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
2431f9101c
commit
b39e9834cb
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, gettext, libxml2, fetchurl, pkgconfig, libcanberra-gtk3
|
{ stdenv, gettext, libxml2, fetchurl, pkgconfig, libcanberra-gtk3
|
||||||
, gtk3, glib, meson, ninja, wrapGAppsHook, appstream-glib, desktop-file-utils
|
, gtk3, glib, meson, ninja, python3, wrapGAppsHook, appstream-glib, desktop-file-utils
|
||||||
, gnome3 }:
|
, gnome3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
|||||||
patchShebangs build-aux/postinstall.py
|
patchShebangs build-aux/postinstall.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2 desktop-file-utils wrapGAppsHook ];
|
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2 desktop-file-utils python3 wrapGAppsHook ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib libcanberra-gtk3 gnome3.defaultIconTheme
|
gtk3 glib libcanberra-gtk3 gnome3.defaultIconTheme
|
||||||
gnome3.gsettings-desktop-schemas
|
gnome3.gsettings-desktop-schemas
|
||||||
|
Loading…
Reference in New Issue
Block a user