diff options
| author | Robert Hensing <robert@roberthensing.nl> | 2025-06-21 21:29:16 +0200 |
|---|---|---|
| committer | Robert Hensing <robert@roberthensing.nl> | 2025-06-21 21:43:37 +0200 |
| commit | 66016feb83de9c0dba793ee7dd1408c7cb50222b (patch) | |
| tree | 2eea28b3437aa89c22b9b0bb129d0cb4c71d6d44 /pkgs/development/python-modules/robotframework-pythonlibcore | |
| parent | ecc039f32735636d06ba322392266948e5455ce1 (diff) | |
lib.callPackageWith: Use resolveDefaultNix
Tested with:
1. Replace the callPackageWith call by `null`, to simulate an ancient Nix
2. Run the following commands in a terminal in nixpkgs:
$ mkdir test/
$ echo '{ asdfasdfasdf }: null' >test/default.nix
$ nix repl -f .
nix-repl> callPackage ./test { }
error:
… while calling the 'abort' builtin
at /home/user/src/nixpkgs/lib/customisation.nix:312:7:
311| else
312| abort "lib.customisation.callPackageWith: ${error}";
| ^
313|
error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "asdfasdfasdf" at /home/user/src/nixpkgs/test/default.nix'
Diffstat (limited to 'pkgs/development/python-modules/robotframework-pythonlibcore')
0 files changed, 0 insertions, 0 deletions
