treewide: strip more things in cross

Stripping reduces closure sizes.
This commit is contained in:
Matthew Bauer
2020-05-12 14:31:03 -05:00
parent e15ab2cda7
commit 34aff7f697
5 changed files with 4 additions and 18 deletions
@@ -26,10 +26,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# Don't run the native `strip' when cross-compiling. This breaks at least
# with `.a' files for MinGW.
dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
meta = with stdenv.lib; {
description = "GNU Libtool, a generic library support script";
longDescription = ''