3
0
Fork 0
forked from mirrors/nixpkgs

cron: document patch

This commit is contained in:
Jörg Thalheim 2017-06-17 10:37:21 +01:00 committed by GitHub
parent 5ff8387f64
commit 67655caf37

View file

@ -12,6 +12,7 @@ stdenv.mkDerivation {
hardeningEnable = [ "pie" ];
preBuild = ''
# do not set sticky bit in /nix/store
substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755 --replace 4755 0755
makeFlags="DESTROOT=$out CC=cc"