We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 1201dda commit 26d750eCopy full SHA for 26d750e
pkgs/tools/system/cron/default.nix
@@ -12,6 +12,7 @@ stdenv.mkDerivation {
12
hardeningEnable = [ "pie" ];
13
14
preBuild = ''
15
+ substituteInPlace Makefile --replace ' -o root' ' ' --replace 4111 755
16
substituteInPlace Makefile --replace ' -o root' ' ' --replace 111 755
17
makeFlags="DESTROOT=$out"
18
0 commit comments