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