mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
c2e85f96e6
Without the change the eval fails as: $ nix build --no-link -f. kubernetes-kcp.tests error: … while evaluating the attribute 'version' at pkgs/by-name/ku/kubernetes-kcp/package.nix:52:3: 51| 52| passthru.tests.version = testers.testVersion { | ^ 53| command = "kcp --version"; … from call site at pkgs/by-name/ku/kubernetes-kcp/package.nix:52:28: 51| 52| passthru.tests.version = testers.testVersion { | ^ 53| command = "kcp --version"; error: function 'testVersion' called without required argument 'package' at pkgs/build-support/testers/default.nix:66:5: 65| testVersion = 66| { package, | ^ 67| command ? "${package.meta.mainProgram or package.pname or package.name} --version", |
||
---|---|---|
.. | ||
package.nix |