python313Packages.pyglm: fix build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user