Skip to content

Commit

Permalink
Revert "gnome3.nautilus-sendto: fix build"
Browse files Browse the repository at this point in the history
This reverts commit d3ad52a.

In order to see if NixOS#33524 is
sufficient
  • Loading branch information
srhb committed Jan 7, 2018
1 parent 49a45fb commit 11c4e8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/desktops/gnome-3/apps/nautilus-sendto/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{ stdenv, fetchurl, meson, ninja, glib, pkgconfig, gnome3, appstream-glib
, gettext, gobjectIntrospection
}:
{ stdenv, fetchurl, meson, ninja, glib, pkgconfig, gnome3, appstream-glib, gettext }:

stdenv.mkDerivation rec {
name = "nautilus-sendto-${version}";
Expand All @@ -12,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "164d7c6e8bae29c4579bcc67a7bf50d783662b1545b62f3008e7ea3c0410e04d";
};

nativeBuildInputs = [ meson ninja pkgconfig appstream-glib gettext gobjectIntrospection ];
nativeBuildInputs = [ meson ninja pkgconfig appstream-glib gettext ];
buildInputs = [ glib ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 11c4e8a

Please sign in to comment.