File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 5353 akonadi-search
5454 akonadiconsole
5555 akregator
56- alkimia
5756 alligator
5857 analitza
5958 angelfish
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 ) ;
367365in
368366
369367mapAliases {
You can’t perform that action at this time.
0 commit comments