openttd-jgrpp: init at 0.34.4
This commit is contained in:
parent
f72a67f7d8
commit
b109addeef
13
pkgs/games/openttd/jgrpp.nix
Normal file
13
pkgs/games/openttd/jgrpp.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ fetchFromGitHub, openttd, ... }:
|
||||
|
||||
openttd.overrideAttrs (oldAttrs: rec {
|
||||
pname = "openttd-jgrpp";
|
||||
version = "0.34.4";
|
||||
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "JGRennison";
|
||||
repo = "OpenTTD-patches";
|
||||
rev = "jgrpp-${version}";
|
||||
sha256 = "125mgia5hgcsn8314xyiip3z8y23rc3kdv7jczbncqlzsc75624v";
|
||||
};
|
||||
})
|
@ -24061,6 +24061,11 @@ in
|
||||
static = true;
|
||||
};
|
||||
};
|
||||
openttd-jgrpp = callPackage ../games/openttd/jgrpp.nix {
|
||||
zlib = zlib.override {
|
||||
static = true;
|
||||
};
|
||||
};
|
||||
|
||||
opentyrian = callPackage ../games/opentyrian { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user