vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / pkgs / tools / package-management / lix / doc / default.nix
blobb19f3bd2a170dd5f86f64f4d328abb4b91f6b9e7
2   src,
3   rustPlatform,
4   version,
5   cargoHash ? null,
6   cargoLock ? null
7 }:
9 rustPlatform.buildRustPackage {
10   pname = "lix-doc";
11   sourceRoot = "${src.name or src}/lix-doc";
12   inherit version src cargoHash cargoLock;