gitrs: add libz on darwin

This commit is contained in:
Fiona Behrens 2025-05-18 16:34:07 +02:00
parent ab324de200
commit fac152987b

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; {