mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
leo-editor: use pyqt6
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@gmail.com>
This commit is contained in:
parent
d9e8fc4b72
commit
e9709b1bb1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user