about summary refs log tree commit diff
path: root/pkgs/games/build-support/setup-hooks/fix-fmod.sh
Commit message (Collapse)AuthorAgeFilesLines
* games: Move FMOD fixing from Bastion to setup hookaszlig2018-07-311-0/+68
Thanks to @layus for pointing out that there is at least one other game (Epistory) which has the same FMOD issue as Bastion has. So I decided to move this into a setup hook that automatically discovers whether it's the affected FMOD version and NOPs out the calls to system(). In summary: If another game is affected, all that's needed now is to add fixFmodHook to nativeBuildInputs. Signed-off-by: aszlig <aszlig@nix.build> Cc: @layus