photini: fix by using pyside6 (#332006)

This commit is contained in:
Weijia Wang
2024-09-09 18:42:09 +02:00
committed by GitHub
+2 -2
View File
@@ -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 { };