summary refs log tree commit diff
path: root/pkgs/games/sgt-puzzles
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-07-12 23:55:24 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-07-12 23:55:24 +0200
commit3514a828fba0cf24dcd4daf21e4376cb7554d668 (patch)
tree1ff731c5359f8c8ac7b2679cc8904f703395c3f5 /pkgs/games/sgt-puzzles
parentdc608ff2373af5ad50e5e48084d2f0bae4bed9ed (diff)
downloadnixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.tar
nixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.tar.gz
nixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.tar.bz2
nixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.tar.lz
nixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.tar.xz
nixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.tar.zst
nixpkgs-3514a828fba0cf24dcd4daf21e4376cb7554d668.zip
stg-puzzles: fix build (ZHF)
Diffstat (limited to 'pkgs/games/sgt-puzzles')
-rw-r--r--pkgs/games/sgt-puzzles/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/sgt-puzzles/default.nix b/pkgs/games/sgt-puzzles/default.nix
index 67f74be9e1c..e23801b2220 100644
--- a/pkgs/games/sgt-puzzles/default.nix
+++ b/pkgs/games/sgt-puzzles/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   makeFlags = ["prefix=$(out)" "gamesdir=$(out)/bin"];
   preInstall = ''
     mkdir -p "$out"/{bin,share/doc/sgtpuzzles}
-    cp puzzles.txt LICENCE README "$out/share/doc/sgtpuzzles"
+    cp gamedesc.txt LICENCE README "$out/share/doc/sgtpuzzles"
     cp LICENCE "$out/share/doc/sgtpuzzles/LICENSE"
   '';
   preConfigure = ''