crispyDoom: convert to alias crispy-doom
This commit is contained in:
parent
46db21cf5c
commit
d5ddc6acfe
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue