summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-01 11:15:55 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-11-01 11:19:00 +0100
commit790714af65bf03234efce4c6ec9237166697bf86 (patch)
tree9c81c1f539d9a738e6f94a4098c28e0d34d11465 /pkgs/applications/kde
parent54f7498601dcfc884c42a6d29f15475e6e1a802b (diff)
kdeApplications.okteta: remove alias
After 3 years we can remove the alias.
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/kde/default.nix b/pkgs/applications/kde/default.nix
index 4713c9ecf494..315a5b358855 100644
--- a/pkgs/applications/kde/default.nix
+++ b/pkgs/applications/kde/default.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