rssh: don't set special bits

+6
+6
pkgs/shells/rssh/default.nix
··· 59 59 }) 60 60 ]; 61 61 62 + # Run this after to avoid conflict with patches above 63 + postPatch = '' 64 + sed -i '/chmod u+s/d' Makefile.in 65 + ''; 66 + 67 + 62 68 buildInputs = [ openssh rsync cvs ]; 63 69 64 70 configureFlags = [