python313Packages.pyglm: fix build

This commit is contained in:
Tom Hunze
2025-08-31 13:25:36 +02:00
parent 06c99c29c9
commit 1dc34c19d7
@@ -23,7 +23,15 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "glm" ];
# Having the source root in `sys.path` causes import issues
preCheck = ''
cd test
'';
pythonImportsCheck = [
"pyglm"
"glm"
];
meta = with lib; {
homepage = "https://github.com/Zuzu-Typ/PyGLM";