rustfmt: fix build on aarch64
This commit is contained in:
parent
b9c4bef090
commit
06734a93e9
@ -9,6 +9,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
preBuild = "pushd src/tools/rustfmt";
|
preBuild = "pushd src/tools/rustfmt";
|
||||||
preInstall = "popd";
|
preInstall = "popd";
|
||||||
|
|
||||||
|
# changes hash of vendor directory otherwise
|
||||||
|
dontUpdateAutotoolsGnuConfigScripts = true;
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
# As of 1.0.0 and rustc 1.30 rustfmt requires a nightly compiler
|
# As of 1.0.0 and rustc 1.30 rustfmt requires a nightly compiler
|
||||||
|
Loading…
Reference in New Issue
Block a user