dxx-rebirth: move to by-name/
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user