diff --git a/pkgs/applications/misc/doomseeker/default.nix b/pkgs/games/doom-ports/doomseeker/default.nix similarity index 100% rename from pkgs/applications/misc/doomseeker/default.nix rename to pkgs/games/doom-ports/doomseeker/default.nix diff --git a/pkgs/applications/misc/doomseeker/fix_paths.patch b/pkgs/games/doom-ports/doomseeker/fix_paths.patch similarity index 100% rename from pkgs/applications/misc/doomseeker/fix_paths.patch rename to pkgs/games/doom-ports/doomseeker/fix_paths.patch diff --git a/pkgs/applications/misc/doomseeker/qt_build_fix.patch b/pkgs/games/doom-ports/doomseeker/qt_build_fix.patch similarity index 100% rename from pkgs/applications/misc/doomseeker/qt_build_fix.patch rename to pkgs/games/doom-ports/doomseeker/qt_build_fix.patch diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index f9e209466745..ffe8e5b6de9b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -6852,8 +6852,6 @@ with pkgs; domoticz = callPackage ../servers/domoticz { }; - doomseeker = qt5.callPackage ../applications/misc/doomseeker { }; - dorkscout = callPackage ../tools/security/dorkscout { }; downonspot = callPackage ../applications/misc/downonspot { }; @@ -35745,6 +35743,10 @@ with pkgs; rbdoom-3-bfg = callPackage ../games/rbdoom-3-bfg { }; + ### GAMES/DOOM-PORTS + + doomseeker = qt5.callPackage ../games/doom-ports/doomseeker { }; + ### GAMES/LGAMES barrage = callPackage ../games/lgames/barrage { };