From ca6bb9098ca3f8fb8fe74de5b113478571010c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 17 Jun 2017 10:44:33 +0100 Subject: [PATCH] uucp: add remark to patch --- pkgs/tools/misc/uucp/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/uucp/default.nix b/pkgs/tools/misc/uucp/default.nix index 39368da68be..acb42a7a8d2 100644 --- a/pkgs/tools/misc/uucp/default.nix +++ b/pkgs/tools/misc/uucp/default.nix @@ -11,6 +11,7 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; prePatch = '' + # do not set sticky bit in nix store substituteInPlace Makefile.in \ --replace 4555 0555 sed -i '/chown $(OWNER)/d' Makefile.in