about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-11-01 17:54:19 +0100
committerProfpatsch <mail@profpatsch.de>2019-11-01 18:35:03 +0100
commit136beed3e080e30d9495f8f4f91bf749037241e5 (patch)
tree3efe3e81af5480ac76996404bad40af7244f66d6 /pkgs/games
parent311b340cc8c2c4970ae95b506351fa49ea464141 (diff)
pkgs/games/planescape-torment-enhanced-edition: fix data dir
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/gog/planescape-torment-enhanced-edition.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/gog/planescape-torment-enhanced-edition.nix b/pkgs/games/gog/planescape-torment-enhanced-edition.nix
index 5aba62eb..a26cc574 100644
--- a/pkgs/games/gog/planescape-torment-enhanced-edition.nix
+++ b/pkgs/games/gog/planescape-torment-enhanced-edition.nix
@@ -28,5 +28,5 @@ buildGame {
       --run "cd '$SHARE'"
   '';
 
-  sandbox.paths.required = [ "$XDG_CONFIG_HOME/Planescape Torment - Enhanced Edition" ];
+  sandbox.paths.required = [ "$XDG_DATA_HOME/Planescape Torment - Enhanced Edition" ];
 }