Unverified Commit c40ce90d authored by Florian Brandes's avatar Florian Brandes
Browse files

python312Packages.pyside6: add pythonImportsCheck

parent 20418bec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  cups,
  ninja,
  python,
  pythonImportsCheckHook,
  moveBuildTree,
  shiboken6,
  llvmPackages,
@@ -83,6 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
    cmake
    ninja
    python
    pythonImportsCheckHook
  ] ++ lib.optionals stdenv.isDarwin [ moveBuildTree ];

  buildInputs =
@@ -119,6 +121,8 @@ stdenv.mkDerivation (finalAttrs: {
    cp -r PySide6.egg-info $out/${python.sitePackages}/
  '';

  pythonImportsCheck = [ "PySide6" ];

  meta = {
    description = "Python bindings for Qt";
    license = with lib.licenses; [