glusterfs: do not set setuid in install

related to #26600

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