summary refs log tree commit diff
path: root/pkgs/tools/security/super/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-06-17 10:43:50 +0100
committerGitHub <noreply@github.com>2017-06-17 10:43:50 +0100
commitcca6eb62c001f2fb5a06993979e717d04e0dcd7b (patch)
tree4a75ff08def6648355ccc22b219e2db340633a06 /pkgs/tools/security/super/default.nix
parent9e2f08cdc265b0752f846228712ff891d0abed28 (diff)
downloadnixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.tar
nixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.tar.gz
nixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.tar.bz2
nixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.tar.lz
nixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.tar.xz
nixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.tar.zst
nixpkgs-cca6eb62c001f2fb5a06993979e717d04e0dcd7b.zip
super: add remark to patch
Diffstat (limited to 'pkgs/tools/security/super/default.nix')
-rw-r--r--pkgs/tools/security/super/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/security/super/default.nix b/pkgs/tools/security/super/default.nix
index 01e5dd4b20b..866e1f41028 100644
--- a/pkgs/tools/security/super/default.nix
+++ b/pkgs/tools/security/super/default.nix
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
   };
 
   prePatch = ''
+    # do not set sticky bit in nix store
     substituteInPlace Makefile.in \
       --replace "-o root" "" \
       --replace 04755 755