empty-epsilon: normalize attr

This commit is contained in:
Sandro Jäckel 2024-07-14 21:10:08 +02:00
parent a8259e25e5
commit 26c319e9c6
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 { };