Commit e9709b1b authored by Leonardo Cecchi's avatar Leonardo Cecchi
Browse files

leo-editor: use pyqt6

parent d9e8fc4b
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";