Skip to content

Commit 03dca87

Browse files
committedJan 8, 2018
Revert "gnome3.gnome-screenshot: fix build"
This reverts commit 2a1425d. See #33458
1 parent 5837d1a commit 03dca87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

Diff for: ‎pkgs/desktops/gnome-3/core/gnome-screenshot/default.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ stdenv, gettext, libxml2, fetchurl, pkgconfig, libcanberra_gtk3
22
, bash, gtk3, glib, meson, ninja, wrapGAppsHook, appstream-glib
3-
, gnome3, librsvg, gdk_pixbuf, gobjectIntrospection }:
3+
, gnome3, librsvg, gdk_pixbuf }:
44

55
stdenv.mkDerivation rec {
66
inherit (import ./src.nix fetchurl) name src;
@@ -15,8 +15,7 @@ stdenv.mkDerivation rec {
1515
propagatedUserEnvPkgs = [ gnome3.gnome_themes_standard ];
1616
propagatedBuildInputs = [ gdk_pixbuf gnome3.defaultIconTheme librsvg ];
1717

18-
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2
19-
wrapGAppsHook gobjectIntrospection ];
18+
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2 wrapGAppsHook ];
2019
buildInputs = [ bash gtk3 glib libcanberra_gtk3
2120
gnome3.gsettings_desktop_schemas ];
2221

0 commit comments

Comments
 (0)