mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
move hare aliases to aliases.nix
This commit is contained in:
parent
d3993e24c6
commit
30b628476a
@ -581,6 +581,7 @@ mapAliases ({
|
||||
### H ###
|
||||
|
||||
hal-flash = throw "hal-flash has been removed as Adobe Flash Player is now deprecated"; # Added 2021-02-07
|
||||
inherit (harePackages) hare harec; # Added 2022-08-10
|
||||
hawkthorne = throw "hawkthorne has been removed because it depended on a broken version of love"; # Added 2022-01-15
|
||||
heapster = throw "Heapster is now retired. See https://github.com/kubernetes-retired/heapster/blob/master/docs/deprecation.md"; # Added 2022-04-05
|
||||
heimdalFull = throw "'heimdalFull' has been renamed to/replaced by 'heimdal'"; # Converted to throw 2022-02-22
|
||||
|
@ -7212,7 +7212,6 @@ with pkgs;
|
||||
};
|
||||
|
||||
harePackages = recurseIntoAttrs (callPackage ../development/compilers/hare { });
|
||||
inherit (harePackages) hare harec;
|
||||
|
||||
ham = pkgs.perlPackages.ham;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user