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 5015dea commit 855c1bdCopy full SHA for 855c1bd
pkgs/tools/system/suid-chroot/default.nix
@@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
11
12
postPatch = ''
13
substituteInPlace Makefile --replace /usr $out
14
+ sed -i -e '/chmod u+s/d' Makefile
15
'';
16
17
meta = with stdenv.lib; {
0 commit comments