kdeApplications.okteta: remove alias

After 3 years we can remove the alias.
wip/yesman
Frederik Rietdijk 4 years ago
parent 54f7498601
commit 790714af65
  1. 4
      pkgs/applications/kde/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -27,7 +27,6 @@ still shows most of the available features is in `./gwenview.nix`.
{
lib, libsForQt5, fetchurl,
okteta
}:
let
@ -210,9 +209,6 @@ let
rocs = callPackage ./rocs.nix {};
spectacle = callPackage ./spectacle.nix {};
yakuake = callPackage ./yakuake.nix {};
# Okteta was removed from kde applications and will now be released independently
# Lets keep an alias for compatibility reasons
inherit okteta;
};
in lib.makeScope libsForQt5.newScope packages

@ -21734,7 +21734,6 @@ in
attrs = {
inherit libsForQt5;
inherit lib fetchurl;
inherit okteta;
};
in
recurseIntoAttrs (makeOverridable mkApplications attrs);

Loading…
Cancel
Save