about summary refs log tree commit diff
path: root/pkgs/games/xconq
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-06-17 10:46:48 +0100
committerGitHub <noreply@github.com>2017-06-17 10:46:48 +0100
commitaa49177091e7fc94b57fefef2f8e46c1ef824d03 (patch)
treed1d7d1909609492cae856b54fa99504f45214a72 /pkgs/games/xconq
parent878381fd4d61433ba6c880983cd127e9641d38c2 (diff)
xconq: add remark to patch
Diffstat (limited to 'pkgs/games/xconq')
-rw-r--r--pkgs/games/xconq/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/xconq/default.nix b/pkgs/games/xconq/default.nix
index 4bb39762939d0..e8e27d7afb667 100644
--- a/pkgs/games/xconq/default.nix
+++ b/pkgs/games/xconq/default.nix
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
     # Fix Makefiles
     find . -name 'Makefile.in' -exec sed -re 's@^        ( *)(cd|[&][&])@	\1\2@' -i '{}' ';'
     find . -name 'Makefile.in' -exec sed -e '/chown/d; /chgrp/d' -i '{}' ';'
+    # do not set sticky bit in nix store
     find . -name 'Makefile.in' -exec sed -e 's/04755/755/g' -i '{}' ';'
     sed -e '/^			* *[$][(]tcltkdir[)]\/[*][.][*]/d' -i tcltk/Makefile.in