forked from M-Labs/zynq-rs
nix: disable post-installation fixup on ARM binaries
This commit is contained in:
parent
c955eaae7f
commit
27094da9ff
|
@ -52,6 +52,7 @@ let
|
|||
cargoSha256 = "0wqsxbcphcf240mqfglckl0lz82f19g1jlcf3xk73aflpyxk5pmm";
|
||||
cargoFeatures = features;
|
||||
doCheck = false;
|
||||
dontFixup = true;
|
||||
};
|
||||
in {
|
||||
inherit pkgs rustPlatform rustcSrc gcc;
|
||||
|
|
Loading…
Reference in New Issue