retroarchFull: fix pcsx2 core installation
This commit is contained in:
parent
45825cf7ad
commit
fe330c57da
@ -768,7 +768,7 @@ in
|
|||||||
# causes redefinition of _FORTIFY_SOURCE
|
# causes redefinition of _FORTIFY_SOURCE
|
||||||
hardeningDisable = [ "fortify3" ];
|
hardeningDisable = [ "fortify3" ];
|
||||||
|
|
||||||
postBuild = "cd /build/source/build/pcsx2";
|
postBuild = "cd $NIX_BUILD_TOP/source/build/pcsx2";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Port of PCSX2 to libretro";
|
description = "Port of PCSX2 to libretro";
|
||||||
license = lib.licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user