1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/servers/apache-kafka
Sergei Trofimovich 618b330378 apacheKafka.tests: fix eval
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|     };
2024-08-26 07:44:35 +01:00
..
default.nix apacheKafka.tests: fix eval 2024-08-26 07:44:35 +01:00