summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-23 18:20:19 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-12-24 02:29:17 +0100
commit0e502862d5740f96482278ef171591f67ca1b59c (patch)
treeede3a997d62ea236611330ef9962c87b6d136e98 /pkgs/desktops
parent53f04caad2a84ee1dd3c289e6cef089308d0ae91 (diff)
downloadnixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.tar
nixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.tar.gz
nixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.tar.bz2
nixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.tar.lz
nixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.tar.xz
nixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.tar.zst
nixpkgs-0e502862d5740f96482278ef171591f67ca1b59c.zip
gnome3.evince: remove libtool files
Stop requiring dependents to link against aspell and hspell.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/evince/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/evince/default.nix b/pkgs/desktops/gnome-3/core/evince/default.nix
index 4867335af12..94d39964bc4 100644
--- a/pkgs/desktops/gnome-3/core/evince/default.nix
+++ b/pkgs/desktops/gnome-3/core/evince/default.nix
@@ -4,7 +4,7 @@
 , librsvg, gobject-introspection, yelp-tools, gspell
 , recentListSize ? null # 5 is not enough, allow passing a different number
 , supportXPS ? false    # Open XML Paper Specification via libgxps
-, autoreconfHook
+, autoreconfHook, pruneLibtoolFiles
 }:
 
 stdenv.mkDerivation rec {
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   };
 
   nativeBuildInputs = [
-    pkgconfig gobject-introspection intltool itstool wrapGAppsHook yelp-tools autoreconfHook
+    pkgconfig gobject-introspection intltool itstool wrapGAppsHook yelp-tools autoreconfHook pruneLibtoolFiles
   ];
 
   buildInputs = [