gnome3.evince: remove libtool files

Stop requiring dependents to link against aspell and hspell.
This commit is contained in:
Jan Tojnar 2018-12-23 18:20:19 +01:00
parent 53f04caad2
commit 0e502862d5
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -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 = [