Skip to content

Commit 0c3f6ec

Browse files
authored
tectonic-unwrapped: useFetchCargoVendor (#378003)
2 parents b4b31ad + 8ae0f34 commit 0c3f6ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/tools/typesetting/tectonic/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ rustPlatform.buildRustPackage rec {
4949
})
5050
];
5151

52-
cargoHash = "sha256-Zn+xU6NJOY+jDYrSGsbYGAVqprQ6teEdNvlTNDXuzKs=";
52+
useFetchCargoVendor = true;
53+
cargoHash = "sha256-OMa89riyopKMQf9E9Fr7Qs4hFfEfjnDFzaSWFtkYUXE=";
5354

5455
nativeBuildInputs = [ pkg-config ];
5556

0 commit comments

Comments
 (0)