From ba1400397513fb16d83211f8a61b6fdec6529fc2 Mon Sep 17 00:00:00 2001 From: Anderson Torres Date: Mon, 1 May 2023 12:39:16 -0300 Subject: [PATCH] doomseeker: move to games/doom-ports --- .../misc => games/doom-ports}/doomseeker/default.nix | 0 .../misc => games/doom-ports}/doomseeker/fix_paths.patch | 0 .../misc => games/doom-ports}/doomseeker/qt_build_fix.patch | 0 pkgs/top-level/all-packages.nix | 6 ++++-- 4 files changed, 4 insertions(+), 2 deletions(-) rename pkgs/{applications/misc => games/doom-ports}/doomseeker/default.nix (100%) rename pkgs/{applications/misc => games/doom-ports}/doomseeker/fix_paths.patch (100%) rename pkgs/{applications/misc => games/doom-ports}/doomseeker/qt_build_fix.patch (100%) 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 { };