mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:17:46 +00:00
exa: fix build with rustc 1.61
This commit is contained in:
parent
2acecae344
commit
94cc2f9c9f
@ -18,6 +18,10 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoSha256 = "sha256-ah8IjShmivS6IWL3ku/4/j+WNr/LdUnh1YJnPdaFdcM=";
|
||||
|
||||
# FIXME: LTO is broken with rustc 1.61, see https://github.com/rust-lang/rust/issues/97255
|
||||
# remove this with rustc 1.61.1+
|
||||
CARGO_PROFILE_RELEASE_LTO = "false";
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config installShellFiles pandoc ];
|
||||
buildInputs = [ zlib ]
|
||||
++ lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||
|
Loading…
Reference in New Issue
Block a user