diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-10-09 08:49:38 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-10-09 08:49:38 +0100 |
| commit | fa40906e25d3da8a14deac85e2acc995590e550b (patch) | |
| tree | 87f8532c0c248666b22fd15ef215d969c1426895 /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | ddcf7feb63dffa45bd9318921d8732ac0db95c52 (diff) | |
python3Packages.ifcopenshell.tests: fix the eval
Without the change the eval fails as:
$ nix build --no-link -f. python3Packages.ifcopenshell.tests
error:
… while evaluating the attribute 'version'
at pkgs/development/python-modules/ifcopenshell/default.nix:185:7:
184| tests = {
185| version = testers.testVersion { command = "IfcConvert --version"; };
| ^
186| };
… from call site
at pkgs/development/python-modules/ifcopenshell/default.nix:185:17:
184| tests = {
185| version = testers.testVersion { command = "IfcConvert --version"; };
| ^
186| };
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",
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
