stdenv: prune libtool files by default (#51767)

See the motivation in fd97db43bc (#41819).
This commit is contained in:
Orivej Desh (NixOS)
2019-01-11 13:20:46 +00:00
committed by GitHub
7 changed files with 21 additions and 10 deletions
@@ -68,8 +68,6 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
# TODO: remove libcap when pruneLibtoolFiles applies to pulseaudio.
libcap
libevent
libtool
udev