forked from mirrors/nixpkgs
parent
4eeefadf4f
commit
ecc34cbdb3
|
@ -65,6 +65,10 @@ rec {
|
||||||
inherit (s) name version;
|
inherit (s) name version;
|
||||||
inherit buildInputs propagatedBuildInputs;
|
inherit buildInputs propagatedBuildInputs;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
|
||||||
|
'';
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./glusterfs-use-PATH-instead-of-hardcodes.patch
|
./glusterfs-use-PATH-instead-of-hardcodes.patch
|
||||||
./glusterfs-fix-unsubstituted-autoconf-macros.patch
|
./glusterfs-fix-unsubstituted-autoconf-macros.patch
|
||||||
|
|
Loading…
Reference in a new issue