crispyDoom: convert to alias crispy-doom

This commit is contained in:
Anderson Torres 2023-05-01 16:34:29 -03:00
parent 46db21cf5c
commit d5ddc6acfe
2 changed files with 2 additions and 1 deletions

View file

@ -223,6 +223,7 @@ mapAliases ({
cpp-ipfs-api = cpp-ipfs-http-client; # Project has been renamed. Added 2022-05-15
cratesIO = throw "cratesIO has been removed, use alternatives such as naersk and crate2nix instead"; # Added 2022-11-22
creddump = throw "creddump has been removed from nixpkgs as the upstream has abandoned the project"; # Added 2022-01-01
crispyDoom = crispy-doom; # Added 2023-05-01
# these are for convenience, not for backward compat and shouldn't expire
clang5Stdenv = lowPrio llvmPackages_5.stdenv;

View file

@ -35729,7 +35729,7 @@ with pkgs;
chocolate-doom = callPackage ../games/doom-ports/chocolate-doom { };
crispyDoom = callPackage ../games/doom-ports/crispy-doom { };
crispy-doom = callPackage ../games/doom-ports/crispy-doom { };
eureka-editor = callPackage ../games/doom-ports/eureka-editor { };