From cca6eb62c001f2fb5a06993979e717d04e0dcd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 17 Jun 2017 10:43:50 +0100 Subject: [PATCH] super: add remark to patch --- pkgs/tools/security/super/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/security/super/default.nix b/pkgs/tools/security/super/default.nix index 01e5dd4b20bc..866e1f41028b 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