rust: Set dontUpdateAutotoolsGnuConfigScripts everywhere

It's needed on ARM nowadays as well, so just put it everywhere.
This commit is contained in:
Tuomas Tynkkynen
2018-08-14 10:40:47 +03:00
parent 751f10e84d
commit 7e0561370b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ stdenv.mkDerivation {
__darwinAllowLocalNetworking = true;
# The build will fail at the very end on AArch64 without this.
dontUpdateAutotoolsGnuConfigScripts = if stdenv.isAarch64 then true else null;
# rustc complains about modified source files otherwise
dontUpdateAutotoolsGnuConfigScripts = true;
# Running the default `strip -S` command on Darwin corrupts the
# .rlib files in "lib/".