kdeApplications.okteta: remove alias

After 3 years we can remove the alias.
This commit is contained in:
Frederik Rietdijk 2020-11-01 11:15:55 +01:00
parent 54f7498601
commit 790714af65
2 changed files with 0 additions and 5 deletions

View file

@ -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

View file

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