Removed jgrpp-0-65-2

This commit is contained in:
EsVagy42 2026-01-12 18:20:35 +01:00
parent ec7f39423a
commit bf68910323
3 changed files with 1 additions and 26 deletions

View file

@ -1 +1 @@
Added lab features to element
Removed jgrpp-0-65-2

View file

@ -101,7 +101,6 @@ let
prismlauncher
mindustry
xonotic
(pkgs.callPackage ./jgrpp-0.65.2/jgrpp-0.65.2.nix { })
# retroarch-full

View file

@ -1,24 +0,0 @@
{ fetchFromGitHub, openttd, zstd, ... }:
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.65.2";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-CoWtFhR8U1PjvV4ID7R5cuFAD6jV8Ps6DtLOu6V55TM=";
};
patches = [ ];
buildInputs = oldAttrs.buildInputs ++ [ zstd ];
meta = {
homepage = "https://github.com/JGRennison/OpenTTD-patches";
changelog =
"https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-${version}/jgrpp-changelog.md";
mainProgram = "openttd";
};
})