From 1a2eb0bf55b2b64f8cbf0482d7d79906fc5526c5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 17 May 2018 07:38:14 +0200 Subject: games/liads: Add sandbox path for XDG_DATA_HOME Unlike the other Unity3D games, LIADS writes settings and save files to XDG_DATA_HOME, so we need to add it to the required sandbox paths. Signed-off-by: aszlig --- pkgs/games/humblebundle/liads.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/games') diff --git a/pkgs/games/humblebundle/liads.nix b/pkgs/games/humblebundle/liads.nix index 9a44074d..975d076d 100644 --- a/pkgs/games/humblebundle/liads.nix +++ b/pkgs/games/humblebundle/liads.nix @@ -2,9 +2,11 @@ buildUnity { name = "liads"; + version = "20180427"; + fullName = "LoversInADangerousSpacetime"; saveDir = "AsteroidBase/LoversInADangerousSpacetime"; - version = "20180427"; + sandbox.paths.required = [ "$XDG_DATA_HOME/LoversInADangerousSpacetime" ]; src = fetchHumbleBundle { machineName = "loversinadangerousspacetime_linux"; -- cgit 1.4.1