diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2025-12-24 11:06:48 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2025-12-24 11:06:48 +0000 |
| commit | 14c11c8ca591be1c160e274a2707eefe9eeca18d (patch) | |
| tree | f0b845b92c9a5b7a5fa5d7ae391e3c9ee1c84ac7 /pkgs/development/python-modules/robotframework-pythonlibcore | |
| parent | 68621df42d754855a4604904fa78e5177fbdc3fd (diff) | |
aws-cdk-cli.tests: fix the eval
Without the change the eval fails on `master` as:
$ nix build --no-link -f. aws-cdk-cli.tests
error:
… while evaluating the attribute 'version'
at pkgs/by-name/aw/aws-cdk-cli/package.nix:104:5:
103| passthru = {
104| tests.version = testers.testVersion { package = finalAttrs.package; };
| ^
105| updateScript = nix-update-script {
… while evaluating the 'name' attribute of a derivation
… while evaluating a branch condition
at lib/strings.nix:2882:5:
2881| # First detect the common case of already valid strings, to speed those up
2882| if stringLength string <= 207 && okRegex string != null then
| ^
2883| unsafeDiscardStringContext string
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: attribute 'package' missing
at pkgs/by-name/aw/aws-cdk-cli/package.nix:104:53:
103| passthru = {
104| tests.version = testers.testVersion { package = finalAttrs.package; };
| ^
105| updateScript = nix-update-script {
Diffstat (limited to 'pkgs/development/python-modules/robotframework-pythonlibcore')
0 files changed, 0 insertions, 0 deletions
