From 790714af65bf03234efce4c6ec9237166697bf86 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 1 Nov 2020 11:15:55 +0100 Subject: [PATCH] kdeApplications.okteta: remove alias After 3 years we can remove the alias. --- pkgs/applications/kde/default.nix | 4 ---- pkgs/top-level/all-packages.nix | 1 - 2 files changed, 5 deletions(-) diff --git a/pkgs/applications/kde/default.nix b/pkgs/applications/kde/default.nix index 4713c9ecf49..315a5b35885 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 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2f449f65d12..32dbe8b164a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -21734,7 +21734,6 @@ in attrs = { inherit libsForQt5; inherit lib fetchurl; - inherit okteta; }; in recurseIntoAttrs (makeOverridable mkApplications attrs);