Merge pull request #259024 from zeuner/pcsx2-fix

retroarchFull: fix pcsx2 core installation
This commit is contained in:
Thiago Kenji Okada 2023-10-04 19:21:58 +01:00 committed by GitHub
commit 2462aefa6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;