Skip to content

Commit 13b29f8

Browse files
authored
Plasma 5 deprecations fix (#438479)
2 parents f561bfc + 9dee9df commit 13b29f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ let
5353
akonadi-search
5454
akonadiconsole
5555
akregator
56-
alkimia
5756
alligator
5857
analitza
5958
angelfish
@@ -267,7 +266,6 @@ let
267266
messagelib
268267
milou
269268
minuet
270-
nota
271269
okular
272270
oxygen
273271
oxygen-sounds
@@ -355,15 +353,15 @@ let
355353
''
356354
);
357355

358-
plasma5Throws = lib.mapAttrs (k: _: makePlasma5Throw k) deprecatedPlasma5Packages;
359-
360356
# Make sure that we are not shadowing something from all-packages.nix.
361357
checkInPkgs =
362358
n: alias:
363359
if builtins.hasAttr n super then abort "Alias ${n} is still in all-packages.nix" else alias;
364360

365361
mapAliases =
366362
aliases: lib.mapAttrs (n: alias: removeRecurseForDerivations (checkInPkgs n alias)) aliases;
363+
364+
plasma5Throws = mapAliases (lib.mapAttrs (k: _: makePlasma5Throw k) deprecatedPlasma5Packages);
367365
in
368366

369367
mapAliases {

0 commit comments

Comments
 (0)