mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
gem-config: add zookeeper (#44100)
This commit is contained in:
parent
886871538c
commit
cfbe0ef315
@ -395,4 +395,8 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
zookeeper = attrs: {
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.cctools ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user