Merge pull request #335052 from leonardoce/leo-editor-qt6

leo-editor: use pyqt6
This commit is contained in:
Weijia Wang
2024-08-21 21:04:24 +02:00
committed by GitHub
@@ -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";