Skip to content

Commit

Permalink
gnome3.gnome-screenshot: fix build
Browse files Browse the repository at this point in the history
Thans to Robin's d3ad52a, as the error message was rather confusing.
  • Loading branch information
vcunat committed Jan 7, 2018
1 parent 0127cf0 commit 2a1425d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/desktops/gnome-3/core/gnome-screenshot/default.nix
@@ -1,6 +1,6 @@
{ stdenv, gettext, libxml2, fetchurl, pkgconfig, libcanberra_gtk3
, bash, gtk3, glib, meson, ninja, wrapGAppsHook, appstream-glib
, gnome3, librsvg, gdk_pixbuf }:
, gnome3, librsvg, gdk_pixbuf, gobjectIntrospection }:

stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
Expand All @@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
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
gnome3.gsettings_desktop_schemas ];

Expand Down

0 comments on commit 2a1425d

Please sign in to comment.