freedoom: look up wads in nix store (#527981)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-18 18:57:31 +00:00
committed by GitHub
+6
View File
@@ -20,6 +20,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
hash = "sha256-uOLyh/epVxv3/N+6P1glBX1ZkGWzHWGaERYZRSL/3AU=";
};
postPatch = ''
substituteInPlace dist/freedoom \
--replace-fail 'DOOMWADPATH="$(echo "''${PATHS[@]}" | tr '"' '"' :)"' \
"DOOMWADPATH=$out/share/games/doom"
'';
strictDeps = true;
nativeBuildInputs = [