mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gitrs: add libz on darwin
This commit is contained in:
parent
ab324de200
commit
fac152987b
1 changed files with 2 additions and 0 deletions
|
@ -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; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue