hydrus: switch to qt6

This commit is contained in:
Daniel Olsen 2022-12-09 00:43:04 +01:00
parent 2b08598b4a
commit b94f337eee
2 changed files with 10 additions and 2 deletions

View File

@ -6,6 +6,8 @@
, enableSwftools ? false
, swftools
, python3Packages
, qtbase
, qtcharts
}:
python3Packages.buildPythonPackage rec {
@ -25,6 +27,11 @@ python3Packages.buildPythonPackage rec {
python3Packages.mkdocs-material
];
buildInputs = [
qtbase
qtcharts
];
propagatedBuildInputs = with python3Packages; [
beautifulsoup4
cbor2
@ -38,7 +45,8 @@ python3Packages.buildPythonPackage rec {
pillow
psutil
pyopenssl
pyside2
pyqt6
pyqt6-charts
pysocks
python-dateutil
python3Packages.mpv

View File

@ -29446,7 +29446,7 @@ with pkgs;
hydrus = python3Packages.callPackage ../applications/graphics/hydrus {
inherit miniupnpc swftools;
inherit (qt5) wrapQtAppsHook;
inherit (qt6) wrapQtAppsHook qtbase qtcharts;
};
jetbrains = (recurseIntoAttrs (callPackages ../applications/editors/jetbrains {