glusterfs: do not set setuid in install

related to #26600

+4
+4
pkgs/tools/filesystems/glusterfs/default.nix
··· 65 65 inherit (s) name version; 66 66 inherit buildInputs propagatedBuildInputs; 67 67 68 + postPatch = '' 69 + sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am 70 + ''; 71 + 68 72 patches = [ 69 73 ./glusterfs-use-PATH-instead-of-hardcodes.patch 70 74 ./glusterfs-fix-unsubstituted-autoconf-macros.patch