Unverified Commit 0137e787 authored by natsukium's avatar natsukium
Browse files

python312Packages.pivy: enable pythonImportsCheck

parent a8d08f26
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";