leo-editor: use pyqt6

Signed-off-by: Leonardo Cecchi <leonardo.cecchi@gmail.com>
This commit is contained in:
Leonardo Cecchi 2024-08-16 09:41:23 +02:00
parent d9e8fc4b72
commit e9709b1bb1

View File

@ -14,7 +14,7 @@ mkDerivation rec {
dontBuild = true;
nativeBuildInputs = [ wrapQtAppsHook makeWrapper python3 ];
propagatedBuildInputs = with python3.pkgs; [ pyqt5 docutils ];
propagatedBuildInputs = with python3.pkgs; [ pyqt6 docutils ];
desktopItem = makeDesktopItem {
name = "leo-editor";