mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
gnome3.evince: remove libtool files
Stop requiring dependents to link against aspell and hspell.
This commit is contained in:
parent
53f04caad2
commit
0e502862d5
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user