Merge #210248: cargo: fix cross by adding zlib

...into staging-next
This commit is contained in:
Vladimír Čunát 2023-01-11 21:21:27 +01:00
commit 39d522f412
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -26,6 +26,7 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [
pkg-config cmake installShellFiles makeWrapper
(lib.getDev pkgsHostHost.curl)
zlib
];
buildInputs = [ cacert file curl python3 openssl zlib ]
++ lib.optionals stdenv.isDarwin [ CoreFoundation Security ];