boehm-gc: remove unneeded dontStrip attribute
This commit is contained in:
parent
044b8b6440
commit
26e907886c
@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true; # not cross;
|
doCheck = true; # not cross;
|
||||||
|
|
||||||
# Don't run the native `strip' when cross-compiling.
|
|
||||||
dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user