depot/nix/pkgs/seaweedfs/default.nix

8 lines
141 B
Nix
Raw Normal View History

{ seaweedfs }:
seaweedfs.overrideAttrs (_: _: {
patches = [
./0002-shell-add-fs.meta.edit-for-editing-a-filer-metadata-.patch
];
})