zookeeper: Expose jre for nixos modules

main
Xiami 2 years ago
parent f8ac590609
commit 4978685d9e
No known key found for this signature in database
GPG Key ID: 53E2BDD8BD17882C
  1. 7
      pkgs/servers/zookeeper/default.nix

@ -37,8 +37,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.tests = {
nixos = nixosTests.zookeeper;
passthru = {
tests = {
nixos = nixosTests.zookeeper;
};
inherit jre;
};
meta = with lib; {

Loading…
Cancel
Save