wipeout-rewrite: unstable-2023-08-13 -> 0-unstable-2024-07-07

This commit is contained in:
OPNA2608 2024-11-09 01:31:31 +01:00
parent 211532d7c9
commit 58b8cb66b9

View File

@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "wipeout-rewrite";
version = "unstable-2023-08-13";
version = "0-unstable-2024-07-07";
src = fetchFromGitHub {
owner = "phoboslab";
repo = "wipeout-rewrite";
rev = "7a9f757a79d5c6806252cc1268bda5cdef463e23";
hash = "sha256-21IG9mZPGgRhVkT087G+Bz/zLkknkHKGmWjSpcLw8vE=";
rev = "a372b51f59217da4a5208352123a4acca800783c";
hash = "sha256-RJrWOTb5cZ2rSgO/J8qW5ifMJryBaK6MDtYwQZfghS0=";
};
enableParallelBuilding = true;
@ -45,6 +45,9 @@ stdenv.mkDerivation (finalAttrs: {
SDL2
];
# Force this to empty, so assets are looked up in CWD instead of $out/bin
env.NIX_CFLAGS_COMPILE = "-DPATH_ASSETS=";
installPhase = ''
runHook preInstall