chocolateDoom: convert to alias chocolate-doom
This commit is contained in:
parent
06e4e2ba36
commit
46db21cf5c
2 changed files with 2 additions and 1 deletions
|
@ -210,6 +210,7 @@ mapAliases ({
|
|||
cgmanager = throw "cgmanager was deprecated by lxc and therefore removed from nixpkgs"; # Added 2020-06-05
|
||||
checkbashism = throw "'checkbashism' has been renamed to/replaced by 'checkbashisms'"; # Converted to throw 2022-02-22
|
||||
chefdk = throw "chefdk has been removed due to being deprecated upstream by Chef Workstation"; # Added 2023-03-22
|
||||
chocolateDoom = chocolate-doom; # Added 2023-05-01
|
||||
chrome-gnome-shell = gnome-browser-connector; # Added 2022-07-27
|
||||
chronos = throw "chronos has been removed from nixpkgs, as it was unmaintained"; # Added 2020-08-15
|
||||
chunkwm = throw "chunkwm has been removed: abandoned by upstream"; # Added 2022-01-07
|
||||
|
|
|
@ -35727,7 +35727,7 @@ with pkgs;
|
|||
|
||||
doomseeker = qt5.callPackage ../games/doom-ports/doomseeker { };
|
||||
|
||||
chocolateDoom = callPackage ../games/doom-ports/chocolate-doom { };
|
||||
chocolate-doom = callPackage ../games/doom-ports/chocolate-doom { };
|
||||
|
||||
crispyDoom = callPackage ../games/doom-ports/crispy-doom { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue