leo-editor: migrate to by-name

This commit is contained in:
Sigmanificient 2025-08-07 23:02:48 +02:00
parent 355887814b
commit 891601dbde
2 changed files with 4 additions and 6 deletions

View File

@ -1,14 +1,14 @@
{
lib,
mkDerivation,
stdenv,
python3,
fetchFromGitHub,
makeWrapper,
wrapQtAppsHook,
makeDesktopItem,
libsForQt5,
}:
mkDerivation rec {
stdenv.mkDerivation rec {
pname = "leo-editor";
version = "6.8.6.1";
@ -22,7 +22,7 @@ mkDerivation rec {
dontBuild = true;
nativeBuildInputs = [
wrapQtAppsHook
libsForQt5.wrapQtAppsHook
makeWrapper
python3
];

View File

@ -12649,8 +12649,6 @@ with pkgs;
lenovo-legion = libsForQt5.callPackage ../os-specific/linux/lenovo-legion/app.nix { };
leo-editor = libsForQt5.callPackage ../applications/editors/leo-editor { };
libkiwix = callPackage ../applications/misc/kiwix/lib.nix { };
libreoffice-bin = callPackage ../applications/office/libreoffice/darwin { };