logcheck: add remark to patch

This commit is contained in:
Jörg Thalheim 2017-06-17 10:38:50 +01:00 committed by Jörg Thalheim
parent 67655caf37
commit ae147e329f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
};
prePatch = ''
# do not set sticky bit in nix store.
substituteInPlace Makefile --replace 2750 0750
'';