We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4b31ad + 8ae0f34 commit 0c3f6ecCopy full SHA for 0c3f6ec
pkgs/tools/typesetting/tectonic/default.nix
@@ -49,7 +49,8 @@ rustPlatform.buildRustPackage rec {
49
})
50
];
51
52
- cargoHash = "sha256-Zn+xU6NJOY+jDYrSGsbYGAVqprQ6teEdNvlTNDXuzKs=";
+ useFetchCargoVendor = true;
53
+ cargoHash = "sha256-OMa89riyopKMQf9E9Fr7Qs4hFfEfjnDFzaSWFtkYUXE=";
54
55
nativeBuildInputs = [ pkg-config ];
56
0 commit comments