mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Revert "shavee: move to games/doom-ports"
This reverts commit 602aea50a14dd6f0259fe6e7ac43e121791aab11. This reverts a mistake made when moving some expressions to doom-ports.
This commit is contained in:
parent
9295d6bab0
commit
568b71889c
|
@ -34157,6 +34157,8 @@ with pkgs;
|
|||
|
||||
shadowfox = callPackage ../tools/networking/shadowfox { };
|
||||
|
||||
shavee = callPackage ../applications/misc/shavee { };
|
||||
|
||||
shell_gpt = callPackage ../tools/misc/shell_gpt { };
|
||||
|
||||
shfmt = callPackage ../tools/text/shfmt { };
|
||||
|
@ -36231,8 +36233,6 @@ with pkgs;
|
|||
|
||||
rbdoom-3-bfg = callPackage ../games/doom-ports/rbdoom-3-bfg { };
|
||||
|
||||
shavee = callPackage ../games/doom-ports/shavee { };
|
||||
|
||||
slade = callPackage ../games/doom-ports/slade {
|
||||
wxGTK = wxGTK32.override {
|
||||
withWebKit = true;
|
||||
|
|
Loading…
Reference in a new issue