mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
618b330378
Without the change `apacheKafka.tests` fails the eval as: $ nix build --no-link -f. apacheKafka.tests error: … while evaluating the attribute 'nixos' at pkgs/servers/apache-kafka/default.nix:65:7: 64| inherit (versionInfo) jre; # Used by the NixOS module to select the supported JRE 65| tests.nixos = versionInfo.nixosTest; | ^ 66| }; error: attribute 'nixosTest' missing at pkgs/servers/apache-kafka/default.nix:65:2 1: 64| inherit (versionInfo) jre; # Used by the NixOS module to select the supported JRE 65| tests.nixos = versionInfo.nixosTest; | ^ 66| }; |
||
---|---|---|
.. | ||
default.nix |