summary refs log tree commit diff
path: root/pkgs/applications/graphics/hydrus/default.nix
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-12-09 00:43:04 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2023-01-16 00:56:29 +0100
commitb94f337eee200767632ccfd264a83e6262d8f74f (patch)
tree30dfc09188c4fd319ed83a5bdca2c229f253c0f0 /pkgs/applications/graphics/hydrus/default.nix
parent2b08598b4a8ef3efdba405daee9e77a8a6c2d20a (diff)
downloadnixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.tar
nixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.tar.gz
nixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.tar.bz2
nixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.tar.lz
nixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.tar.xz
nixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.tar.zst
nixpkgs-b94f337eee200767632ccfd264a83e6262d8f74f.zip
hydrus: switch to qt6
Diffstat (limited to 'pkgs/applications/graphics/hydrus/default.nix')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index bd11b6108b5..60e757d4b55 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -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