leo-editor: migrate to by-name
This commit is contained in:
parent
355887814b
commit
891601dbde
@ -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
|
||||
];
|
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user