diff --git a/pkgs/development/python-modules/ifcopenshell/default.nix b/pkgs/development/python-modules/ifcopenshell/default.nix index 0ea5ee75d618..9feccf84613e 100644 --- a/pkgs/development/python-modules/ifcopenshell/default.nix +++ b/pkgs/development/python-modules/ifcopenshell/default.nix @@ -41,6 +41,7 @@ shapely, typing-extensions, ## additional deps for tests + ifcopenshell, lxml, mathutils, networkx, @@ -182,7 +183,10 @@ buildPythonPackage rec { passthru = { updateScript = gitUpdater { rev-prefix = "ifcopenshell-python-"; }; tests = { - version = testers.testVersion { command = "IfcConvert --version"; }; + version = testers.testVersion { + command = "IfcConvert --version"; + package = ifcopenshell; + }; }; };