mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
empty-epsilon: normalize attr
This commit is contained in:
parent
a8259e25e5
commit
26c319e9c6
@ -374,6 +374,7 @@ mapAliases ({
|
||||
emacsWithPackages = emacs.pkgs.withPackages; # Added 2020-12-18
|
||||
|
||||
empathy = throw "empathy was removed as it is unmaintained and no longer launches due to libsoup3 migration"; # Added 2023-01-20
|
||||
EmptyEpsilon = empty-epsilon; # Added 2024-07-14
|
||||
enchant1 = throw "enchant1 has been removed from nixpkgs, as it was unmaintained"; # Added 2023-01-18
|
||||
enyo-doom = enyo-launcher; # Added 2022-09-09
|
||||
epoxy = libepoxy; # Added 2021-11-11
|
||||
|
@ -36204,7 +36204,7 @@ with pkgs;
|
||||
|
||||
eidolon = callPackage ../games/eidolon { };
|
||||
|
||||
EmptyEpsilon = callPackage ../games/empty-epsilon { };
|
||||
empty-epsilon = callPackage ../games/empty-epsilon { };
|
||||
|
||||
endgame-singularity = callPackage ../games/endgame-singularity { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user