nix: disable post-installation fixup on ARM binaries

tcp-recv-fnmut
Sebastien Bourdeauducq 2020-05-03 09:47:58 +08:00
parent c955eaae7f
commit 27094da9ff
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ let
cargoSha256 = "0wqsxbcphcf240mqfglckl0lz82f19g1jlcf3xk73aflpyxk5pmm"; cargoSha256 = "0wqsxbcphcf240mqfglckl0lz82f19g1jlcf3xk73aflpyxk5pmm";
cargoFeatures = features; cargoFeatures = features;
doCheck = false; doCheck = false;
dontFixup = true;
}; };
in { in {
inherit pkgs rustPlatform rustcSrc gcc; inherit pkgs rustPlatform rustcSrc gcc;