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

View File

@ -12649,8 +12649,6 @@ with pkgs;
lenovo-legion = libsForQt5.callPackage ../os-specific/linux/lenovo-legion/app.nix { }; 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 { }; libkiwix = callPackage ../applications/misc/kiwix/lib.nix { };
libreoffice-bin = callPackage ../applications/office/libreoffice/darwin { }; libreoffice-bin = callPackage ../applications/office/libreoffice/darwin { };