rssh: don't set special bits

+6
+6
pkgs/shells/rssh/default.nix
··· 59 }) 60 ]; 61 62 buildInputs = [ openssh rsync cvs ]; 63 64 configureFlags = [
··· 59 }) 60 ]; 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 + 68 buildInputs = [ openssh rsync cvs ]; 69 70 configureFlags = [