boehm-gc: remove unneeded dontStrip attribute

This commit is contained in:
Ben Wolsieffer 2019-01-20 23:08:44 -05:00 committed by Frederik Rietdijk
parent 044b8b6440
commit 26e907886c

View File

@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
doCheck = true; # not cross;
# Don't run the native `strip' when cross-compiling.
dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
enableParallelBuilding = true;
meta = {