mdbook-graphviz: useFetchCargoVendor (#378001)

This commit is contained in:
Nick Cao
2025-01-30 18:04:23 -05:00
committed by GitHub
+2 -1
View File
@@ -20,7 +20,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-f02SOyU5REm+uP4/vB/1yG9M0Vg8ShF2hj5NKuh0jLU=";
};
cargoHash = "sha256-cMCNZ8Ezp7bFx4EnuZCXhqoaE0yN3iK9KnCYBYGPHKc=";
useFetchCargoVendor = true;
cargoHash = "sha256-A1pFifxshWynwA88iLTMOm21NKCH8fHl5nFiV4wEG8A=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];