Commit 58b8cb66 authored by OPNA2608's avatar OPNA2608
Browse files

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

parent 211532d7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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