3
0
Fork 0
forked from mirrors/nixpkgs

sudo: add remark to patch

This commit is contained in:
Jörg Thalheim 2017-06-17 10:42:55 +01:00 committed by GitHub
parent ae147e329f
commit 9e2f08cdc2

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
};
prePatch = ''
# do not set sticky bit in nix store
substituteInPlace src/Makefile.in --replace 04755 0755
'';