diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2025-11-07 21:57:43 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2025-11-07 21:57:43 +0000 |
| commit | f6871f8d71088db1b9dc0a5c4c552d97e67d3664 (patch) | |
| tree | 2ef6de333a89eff75bd6b539a34756a5cc9103a6 /pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos | |
| parent | 9e91b175ccd3b09af7f63bbe963c4d2dc026a0de (diff) | |
h2o.tests: fix the eval
Without the change `h2o.tests` eval fails as:
$ nix build --no-link -f. h2o.tests
error:
… while evaluating the attribute 'h2o'
at pkgs/by-name/h2/h2o/package.nix:78:36:
77| passthru = {
78| tests = { inherit (nixosTests) h2o; };
| ^
79| };
… in the left operand of the update (//) operator
at pkgs/top-level/all-packages.nix:153:5:
152| nixosTests =
153| import ../../nixos/tests/all-tests.nix {
| ^
154| inherit pkgs;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: undefined variable 'lib'
at nixos/tests/all-tests.nix:676:44:
675| gvisor = runTest ./gvisor.nix;
676| h2o = import ./web-servers/h2o { inherit lib runTest; };
| ^
677| hadoop = import ./hadoop {
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/git@git.tavy.me:nixos')
0 files changed, 0 insertions, 0 deletions
