depot/nix/pkgs/seaweedfs/default.nix
2024-12-21 17:00:33 +00:00

7 lines
141 B
Nix

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