rust: 1.51.0 -> 1.52.0

This commit is contained in:
Pavol Rusnak
2021-05-08 11:42:10 -07:00
committed by Jonathan Ringer
parent 2c9d982257
commit 252bf94a74
5 changed files with 26 additions and 22 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
, fetchurl, file, python3
, darwin, cmake, rust, rustPlatform
, pkg-config, openssl
, libiconv
, which, libffi
, withBundledLLVM ? false
, enableRustcDev ? true
@@ -137,7 +138,7 @@ in stdenv.mkDerivation rec {
];
buildInputs = [ openssl ]
++ optional stdenv.isDarwin Security
++ optionals stdenv.isDarwin [ libiconv Security ]
++ optional (!withBundledLLVM) llvmShared;
outputs = [ "out" "man" "doc" ];