Unverified Commit 2a2cba53 authored by Grimmauld's avatar Grimmauld
Browse files

python3Packages.qreactor: update to qt6, enable strictDeps to prevent leaks

parent 621b8863
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
  twisted,
  qtpy,
  pyqt5,
  pyqt6,
}:

buildPythonPackage {
@@ -19,12 +19,14 @@ buildPythonPackage {
    sha256 = "1nb5iwg0nfz86shw28a2kj5pyhd4jvvxhf73fhnfbl8scgnvjv9h";
  };

  strictDeps = true;

  propagatedBuildInputs = [
    twisted
    qtpy
  ];

  nativeCheckInputs = [ pyqt5 ];
  nativeCheckInputs = [ pyqt6 ];

  pythonImportsCheck = [ "qreactor" ];