koboredux: move to by-name/
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
and
|
||||
licenses
|
||||
maintainers
|
||||
optional
|
||||
@@ -27,8 +26,8 @@ let
|
||||
|
||||
main_src = fetchFromGitHub {
|
||||
owner = "olofson";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
repo = "koboredux";
|
||||
tag = "v${version}";
|
||||
sha256 = "09h9r65z8bar2z89s09j6px0gdq355kjf38rmd85xb2aqwnm6xig";
|
||||
};
|
||||
|
||||
@@ -13125,7 +13125,6 @@ with pkgs;
|
||||
|
||||
dfhack = dwarf-fortress-packages.dwarf-fortress-full;
|
||||
|
||||
|
||||
inherit (callPackages ../by-name/dx/dxx-rebirth/assets.nix { })
|
||||
descent1-assets
|
||||
descent2-assets
|
||||
@@ -13215,9 +13214,7 @@ with pkgs;
|
||||
backend = "tensorrt";
|
||||
};
|
||||
|
||||
koboredux = callPackage ../games/koboredux { };
|
||||
|
||||
koboredux-free = callPackage ../games/koboredux {
|
||||
koboredux-free = callPackage ../by-name/ko/koboredux/package.nix {
|
||||
useProprietaryAssets = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user