diff --git a/pkgs/by-name/ph/photini/package.nix b/pkgs/by-name/ph/photini/package.nix index 732c835edfbe..4ee4451bfac8 100644 --- a/pkgs/by-name/ph/photini/package.nix +++ b/pkgs/by-name/ph/photini/package.nix @@ -19,8 +19,7 @@ python3Packages.buildPythonApplication rec { build-system = with python3Packages; [ setuptools-scm ]; dependencies = with python3Packages; [ - pyqt6 - pyqt6-webengine + pyside6 cachetools appdirs chardet @@ -33,6 +32,7 @@ python3Packages.buildPythonApplication rec { gpxpy keyring pillow + toml ]; passthru.updateScript = gitUpdater { };