boehm-gc: remove unneeded dontStrip attribute

This commit is contained in:
Ben Wolsieffer
2019-06-15 18:20:16 +02:00
committed by Frederik Rietdijk
parent 044b8b6440
commit 26e907886c
@@ -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 = {