From b6c33091d819d7b0c19f3f6e0322bf18cb6fd638 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Wed, 1 Oct 2025 19:51:17 +0200 Subject: [PATCH] duckmarines: move to by-name Signed-off-by: Marcin Serwin --- pkgs/{games => by-name/du}/duckmarines/love-11-support.patch | 0 .../default.nix => by-name/du/duckmarines/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 3 files changed, 2 deletions(-) rename pkgs/{games => by-name/du}/duckmarines/love-11-support.patch (100%) rename pkgs/{games/duckmarines/default.nix => by-name/du/duckmarines/package.nix} (100%) diff --git a/pkgs/games/duckmarines/love-11-support.patch b/pkgs/by-name/du/duckmarines/love-11-support.patch similarity index 100% rename from pkgs/games/duckmarines/love-11-support.patch rename to pkgs/by-name/du/duckmarines/love-11-support.patch diff --git a/pkgs/games/duckmarines/default.nix b/pkgs/by-name/du/duckmarines/package.nix similarity index 100% rename from pkgs/games/duckmarines/default.nix rename to pkgs/by-name/du/duckmarines/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6c3420b589c4..70252248bf6d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12678,8 +12678,6 @@ with pkgs; ddnet-server = ddnet.override { buildClient = false; }; - duckmarines = callPackage ../games/duckmarines { }; - dwarf-fortress-packages = recurseIntoAttrs (callPackage ../games/dwarf-fortress { }); inherit (dwarf-fortress-packages) dwarf-fortress dwarf-fortress-full dwarf-therapist;