stdenv: prune libtool files by default (#51767)
See the motivation in fd97db43bc (#41819).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, fetchpatch, perl, python, ruby, bison, gperf, flex
|
||||
, pkgconfig, which, gettext, gobject-introspection, pruneLibtoolFiles
|
||||
, pkgconfig, which, gettext, gobject-introspection
|
||||
, gtk2, gtk3, wayland, libwebp, enchant, sqlite
|
||||
, libxml2, libsoup, libsecret, libxslt, harfbuzz, xorg
|
||||
, gst-plugins-base, libobjc
|
||||
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
perl python ruby bison gperf flex
|
||||
pkgconfig which gettext gobject-introspection pruneLibtoolFiles
|
||||
pkgconfig which gettext gobject-introspection
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user