gnome3.gnome-screenshot: fix build
Thans to Robin's d3ad52a58, as the error message was rather confusing.
This commit is contained in:
parent
0127cf06c5
commit
2a1425d8b7
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, gettext, libxml2, fetchurl, pkgconfig, libcanberra_gtk3
|
{ stdenv, gettext, libxml2, fetchurl, pkgconfig, libcanberra_gtk3
|
||||||
, bash, gtk3, glib, meson, ninja, wrapGAppsHook, appstream-glib
|
, bash, gtk3, glib, meson, ninja, wrapGAppsHook, appstream-glib
|
||||||
, gnome3, librsvg, gdk_pixbuf }:
|
, gnome3, librsvg, gdk_pixbuf, gobjectIntrospection }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
|
||||||
propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
|
propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2 wrapGAppsHook ];
|
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2
|
||||||
|
wrapGAppsHook gobjectIntrospection ];
|
||||||
buildInputs = [ bash gtk3 glib libcanberra_gtk3
|
buildInputs = [ bash gtk3 glib libcanberra_gtk3
|
||||||
gnome3.gsettings_desktop_schemas ];
|
gnome3.gsettings_desktop_schemas ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user