Skip to content

Commit

Permalink
photini: fix build by using pyside6
Browse files Browse the repository at this point in the history
photini does not like the dev version of pyqt6 so this commit uses pyside6 instead
  • Loading branch information
zebreus committed Aug 3, 2024
1 parent 3958a3a commit 349cf6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ph/photini/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ python3Packages.buildPythonApplication rec {

build-system = with python3Packages; [ setuptools-scm ];
dependencies = with python3Packages; [
pyqt6
pyqt6-webengine
pyside6
cachetools
appdirs
chardet
Expand All @@ -33,6 +32,7 @@ python3Packages.buildPythonApplication rec {
gpxpy
keyring
pillow
toml
];

passthru.updateScript = gitUpdater { };
Expand Down

0 comments on commit 349cf6b

Please sign in to comment.