Skip to content

Commit

Permalink
Revert "gnome3.gnome-screenshot: fix build"
Browse files Browse the repository at this point in the history
This reverts commit 2a1425d.
See #33458
  • Loading branch information
vcunat committed Jan 8, 2018
1 parent 5837d1a commit 03dca87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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, gobjectIntrospection }:
, gnome3, librsvg, gdk_pixbuf }:

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

nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2
wrapGAppsHook gobjectIntrospection ];
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2 wrapGAppsHook ];
buildInputs = [ bash gtk3 glib libcanberra_gtk3
gnome3.gsettings_desktop_schemas ];

Expand Down

0 comments on commit 03dca87

Please sign in to comment.