Merge pull request #335052 from leonardoce/leo-editor-qt6
leo-editor: use pyqt6
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user