retroarchFull: fix pcsx2 core installation

This commit is contained in:
Isidor Zeuner 2023-10-04 18:26:55 +02:00
parent 45825cf7ad
commit fe330c57da

View File

@ -768,7 +768,7 @@ in
# causes redefinition of _FORTIFY_SOURCE
hardeningDisable = [ "fortify3" ];
postBuild = "cd /build/source/build/pcsx2";
postBuild = "cd $NIX_BUILD_TOP/source/build/pcsx2";
meta = {
description = "Port of PCSX2 to libretro";
license = lib.licenses.gpl3Plus;