Loading pkgs/development/python-modules/ifcopenshell/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pytestCheckHook, # fetchers fetchFromGitHub, gitUpdater, # build tools cmake, swig, Loading Loading @@ -178,9 +179,12 @@ buildPythonPackage rec { popd ''; passthru.tests = { passthru = { updateScript = gitUpdater { rev-prefix = "ifcopenshell-python-"; }; tests = { version = testers.testVersion { command = "IfcConvert --version"; }; }; }; meta = with lib; { broken = stdenv.hostPlatform.isDarwin; Loading Loading
pkgs/development/python-modules/ifcopenshell/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ pytestCheckHook, # fetchers fetchFromGitHub, gitUpdater, # build tools cmake, swig, Loading Loading @@ -178,9 +179,12 @@ buildPythonPackage rec { popd ''; passthru.tests = { passthru = { updateScript = gitUpdater { rev-prefix = "ifcopenshell-python-"; }; tests = { version = testers.testVersion { command = "IfcConvert --version"; }; }; }; meta = with lib; { broken = stdenv.hostPlatform.isDarwin; Loading