summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-06-03 19:39:51 +0300
committerNikolay Amiantov <ab@fmap.me>2016-06-03 19:39:51 +0300
commit5191294e3db05d016399c350909f025b0796d855 (patch)
tree191d5e12d62651b737ecc4baea7453fd0c4e01be
parent4178dbc42c225c5dfc56a9224b25f71643199c24 (diff)
parent737e0474392136067de9a64d481d295dca7565c7 (diff)
Merge pull request #15943 from sheenobu/bugfix/nethack/fix_xlogfile
nethack: include xlogfile as copied file in nethackuserdir
-rw-r--r--pkgs/games/nethack/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/nethack/default.nix b/pkgs/games/nethack/default.nix
index ce12196d3c36..735065ca18e0 100644
--- a/pkgs/games/nethack/default.nix
+++ b/pkgs/games/nethack/default.nix
@@ -53,7 +53,7 @@ in stdenv.mkDerivation {
postInstall = ''
mkdir -p $out/games/lib/nethackuserdir
- for i in logfile perm record save; do
+ for i in xlogfile logfile perm record save; do
mv $out/games/lib/nethackdir/$i $out/games/lib/nethackuserdir
done