summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-12-24 13:13:40 +0100
committerGitHub <noreply@github.com>2018-12-24 13:13:40 +0100
commitc808f75c02c1298c69bd2e37d1360b288da7608c (patch)
tree1b71360d5cabe26554e73674e9a769a9396ce751 /pkgs/desktops
parenta47c3b32abf7f0471c42d2759af7b47c89fb2d96 (diff)
parent2b9283afc5bccdd06f60720064e492f076ee9a37 (diff)
downloadnixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.tar
nixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.tar.gz
nixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.tar.bz2
nixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.tar.lz
nixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.tar.xz
nixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.tar.zst
nixpkgs-c808f75c02c1298c69bd2e37d1360b288da7608c.zip
Merge pull request #52735 from jtojnar/glom
glom: init at 1.31.6
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 = [