Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created June 24, 2017 11:53
Show Gist options
  • Save LnL7/cecdcc58776ae7831d478f9095aef122 to your computer and use it in GitHub Desktop.
Save LnL7/cecdcc58776ae7831d478f9095aef122 to your computer and use it in GitHub Desktop.
glusterfs patch
{
nixpkgs.config.packageOverrides = pkgs: {
glusterfs = pkgs.glusterfs.overrideAttrs (drv: {
postPatch = ''
sed -e '/chmod u+s/d' -i contrib/fuse-util/Makefile.am
'';
});
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment