dxx-rebirth: move to by-name/

This commit is contained in:
pancaek
2025-10-28 18:15:07 -07:00
parent 36c03b6a2d
commit 745401b28a
4 changed files with 6 additions and 7 deletions
@@ -64,11 +64,11 @@ stdenv.mkDerivation {
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
meta = {
description = "Source Port of the Descent 1 and 2 engines";
homepage = "https://www.dxx-rebirth.com/";
license = licenses.gpl3;
maintainers = with maintainers; [ peterhoeg ];
platforms = with platforms; linux;
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ peterhoeg ];
platforms = lib.platforms.linux;
};
}
+2 -3
View File
@@ -13127,14 +13127,13 @@ with pkgs;
dfhack = dwarf-fortress-packages.dwarf-fortress-full;
dxx-rebirth = callPackage ../games/dxx-rebirth { };
inherit (callPackages ../games/dxx-rebirth/assets.nix { })
inherit (callPackages ../by-name/dx/dxx-rebirth/assets.nix { })
descent1-assets
descent2-assets
;
inherit (callPackages ../games/dxx-rebirth/full.nix { })
inherit (callPackages ../by-name/dx/dxx-rebirth/full.nix { })
d1x-rebirth-full
d2x-rebirth-full
;