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:
Anderson Torres 2023-06-06 23:12:15 -03:00
parent 9295d6bab0
commit 568b71889c
2 changed files with 2 additions and 2 deletions

View file

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