openttd-jgrpp: init at 0.34.4

This commit is contained in:
Martin Weinelt 2020-06-22 15:36:18 +02:00
parent f72a67f7d8
commit b109addeef
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E
2 changed files with 18 additions and 0 deletions

View 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";
};
})

View file

@ -24061,6 +24061,11 @@ in
static = true;
};
};
openttd-jgrpp = callPackage ../games/openttd/jgrpp.nix {
zlib = zlib.override {
static = true;
};
};
opentyrian = callPackage ../games/opentyrian { };