Merge pull request #91287 from mweinelt/openttd-jgrpp

openttd-jgrpp: init at 0.34.4
This commit is contained in:
Dmitry Kalinkin 2020-06-22 16:58:18 -04:00 committed by GitHub
commit cea3107b14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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