Update pkgs/build-support/rust/build-rust-crate/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
4270524d3f
commit
352ff3f226
@ -354,7 +354,7 @@ crate_: lib.makeOverridable
|
||||
};
|
||||
dontStrip = !release;
|
||||
|
||||
# We need to preserve metadata in .rlib, which might get stripped on macOS. See #218712
|
||||
# We need to preserve metadata in .rlib, which might get stripped on macOS. See https://github.com/NixOS/nixpkgs/issues/218712
|
||||
stripExclude = [ "*.rlib" ];
|
||||
|
||||
installPhase = installCrate crateName metadata buildTests;
|
||||
|
Loading…
Reference in New Issue
Block a user