Commit 891601db authored by Sigmanificient's avatar Sigmanificient
Browse files

leo-editor: migrate to by-name

parent 35588781
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{
  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
  ];
+0 −2
Original line number Diff line number Diff line
@@ -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 { };