diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-12-31 22:47:55 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-12-31 22:47:55 +0000 |
| commit | 3d400575099ce4aad4df92f8e53cbb99ab261cf1 (patch) | |
| tree | d5d4db0e30be923ea10091990c6f69b94b1a4e43 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | e5f6890469d8d1c3f5f58370fc9474cf246913fa (diff) | |
spark: fix `tests` eval under `allowAliases = false`
Without the change `tests` eval fails as:
$ nix build --no-link -f. spark.tests --arg config '{ allowAliases = false; }'
error: attribute 'nixosTest' missing
12| };
13| testSparkCluster = { sparkPackage, ... }: pkgs.nixosTest ({
| ^
14| name = "spark";
Did you mean nixosTests?
`nixosTest` is an alias defined as:
pkgs/top-level/aliases.nix: nixosTest = testers.nixosTest; # Added 2022-05-05
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
