python312Packages.pivy: enable pythonImportsCheck

This commit is contained in:
natsukium 2024-09-29 12:29:38 +09:00
parent a8d08f2650
commit 0137e787c8
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -63,6 +63,8 @@ buildPythonPackage rec {
\$'{Coin_INCLUDE_DIR}'\;\$'{SoQt_INCLUDE_DIRS}'
'';
pythonImportsCheck = [ "pivy" ];
meta = with lib; {
homepage = "https://github.com/coin3d/pivy/";
description = "Python binding for Coin";