mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
uucp: add remark to patch
This commit is contained in:
parent
cca6eb62c0
commit
ca6bb9098c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user