mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.pivy: enable pythonImportsCheck
This commit is contained in:
parent
a8d08f2650
commit
0137e787c8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user