about summary refs log tree commit diff
path: root/pkgs/games/build-support/setup-hooks/gog-unpack.sh
Commit message (Collapse)AuthorAgeFilesLines
* games: Add a new gogUnpackHookaszlig2018-07-311-0/+71
This should make all the extra unpackCmd attributes for the GOG games superfluous and make the expression way less convoluted, especially the games based on Unity3D. Right now however, the gogUnpackHook is added to buildGame, which is used for all games, not only for the GOG ones. While it doesn't really hurt or affect non-GOG games, it's still part of the build closure so we might want to apply this to GOG only at some day. For that, we need to restructure our whole packaging layout, because we want to have a way to override buildGame only for a certain namespace but without introducing too much churn or duplicating things. Signed-off-by: aszlig <aszlig@nix.build> Cc: @layus