10 rustPlatform.buildRustPackage rec {
15 inherit pname version;
16 sha256 = "sha256-nrrkFYAf7HqaGFruolNTkXzy4ID6/vipxd+fOCKYARM=";
19 cargoSha256 = "sha256-izz10ePmEt2xxOyR4NODIMAcY9d4ODo677mq+DVf4RI=";
21 nativeBuildInputs = [ pkg-config installShellFiles ];
23 buildInputs = [ fuse ];
25 postInstall = "installManPage man/sandboxfs.1";
28 broken = stdenv.isDarwin;
29 description = "A virtual file system for sandboxing";
30 homepage = "https://github.com/bazelbuild/sandboxfs";
31 license = with licenses; [ asl20 ];
32 maintainers = with maintainers; [ jeremyschlatter ];