3
0
Fork 0
forked from mirrors/nixpkgs

superTuxKart: 1.3 -> 1.4

This commit is contained in:
Daniel Șerbănescu 2022-11-11 23:08:22 +01:00 committed by Matthieu Coudron
parent a832695c57
commit 34e0463cf4

View file

@ -24,6 +24,7 @@
, Cocoa
, IOKit
, libsamplerate
, shaderc
}:
let
assets = fetchsvn {
@ -48,6 +49,8 @@ let
"graphics_engine"
# Internal library of STK, nothing to do about it
"graphics_utils"
# Internal library.
"simd_wrapper"
# This irrlicht is bundled with cmake
# whereas upstream irrlicht still uses
# archaic Makefiles, too complicated to switch to.
@ -65,13 +68,13 @@ in
stdenv.mkDerivation rec {
pname = "supertuxkart";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "supertuxkart";
repo = "stk-code";
rev = version;
sha256 = "1llyxkdc4m9gnjxqaxlpwvv3ayvpw2bfjzfkkrljaxhznq811g0l";
hash = "sha256-gqdaVvgNfCN40ZO/9y8+vTeIJPSq6udKxYZ/MAi4ZMM=";
};
postPatch = ''
@ -91,6 +94,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
shaderc
SDL2
glew
libvorbis