rustup: fix darwin build

wip/little-gl
happysalada 3 years ago committed by Raphael Megzari
parent 97335842d1
commit ceb8edb369
  1. 4
      pkgs/development/tools/rust/rustup/default.nix

@ -10,6 +10,8 @@
, zlib
, Security
, CoreServices
, libiconv
, xz
}:
let
@ -36,7 +38,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
curl
zlib
] ++ lib.optionals stdenv.isDarwin [ CoreServices Security ];
] ++ lib.optionals stdenv.isDarwin [ CoreServices Security libiconv xz ];
cargoBuildFlags = [ "--features no-self-update" ];

Loading…
Cancel
Save