Unverified Commit 0002bc8b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

leo-editor: use pyqt6
parents 4e916c7c e9709b1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";