gitrs: add libz on darwin (#408416)

This commit is contained in:
Aleksana
2025-05-21 20:20:47 +08:00
committed by GitHub
+2
View File
@@ -6,6 +6,7 @@
pkg-config,
libiconv,
rustPlatform,
libz,
}:
rustPlatform.buildRustPackage rec {
@@ -30,6 +31,7 @@ rustPlatform.buildRustPackage rec {
[ openssl.dev ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
libiconv
libz
];
meta = with lib; {