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
|
, librsvg, gobject-introspection, yelp-tools, gspell
|
||||||
, recentListSize ? null # 5 is not enough, allow passing a different number
|
, recentListSize ? null # 5 is not enough, allow passing a different number
|
||||||
, supportXPS ? false # Open XML Paper Specification via libgxps
|
, supportXPS ? false # Open XML Paper Specification via libgxps
|
||||||
, autoreconfHook
|
, autoreconfHook, pruneLibtoolFiles
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig gobject-introspection intltool itstool wrapGAppsHook yelp-tools autoreconfHook
|
pkgconfig gobject-introspection intltool itstool wrapGAppsHook yelp-tools autoreconfHook pruneLibtoolFiles
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user