fallout2-ce: init at 1.2.0
This commit is contained in:
23
pkgs/games/fallout-ce/fallout2-ce.nix
Normal file
23
pkgs/games/fallout-ce/fallout2-ce.nix
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{ callPackage
|
||||||
|
, fetchFromGitHub
|
||||||
|
, zlib
|
||||||
|
}:
|
||||||
|
|
||||||
|
callPackage ./build.nix rec {
|
||||||
|
pname = "fallout2-ce";
|
||||||
|
version = "1.2.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "alexbatalov";
|
||||||
|
repo = "fallout2-ce";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-+N4jhmxBX6z48kaU0jm90OKhguHlggT3OF9uuyY0EV0=";
|
||||||
|
};
|
||||||
|
|
||||||
|
extraBuildInputs = [ zlib ];
|
||||||
|
|
||||||
|
extraMeta = {
|
||||||
|
description = "A fully working re-implementation of Fallout 2, with the same original gameplay, engine bugfixes, and some quality of life improvements";
|
||||||
|
homepage = "https://github.com/alexbatalov/fallout2-ce";
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -37523,6 +37523,7 @@ with pkgs;
|
|||||||
exult = callPackage ../games/exult { };
|
exult = callPackage ../games/exult { };
|
||||||
|
|
||||||
fallout-ce = callPackage ../games/fallout-ce/fallout-ce.nix { };
|
fallout-ce = callPackage ../games/fallout-ce/fallout-ce.nix { };
|
||||||
|
fallout2-ce = callPackage ../games/fallout-ce/fallout2-ce.nix { };
|
||||||
|
|
||||||
flare = callPackage ../games/flare {
|
flare = callPackage ../games/flare {
|
||||||
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
inherit (darwin.apple_sdk.frameworks) Cocoa;
|
||||||
|
|||||||
Reference in New Issue
Block a user