Unverified Commit 0c3f6ec4 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

tectonic-unwrapped: useFetchCargoVendor (#378003)

parents b4b31ad4 8ae0f342
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ rustPlatform.buildRustPackage rec {
    })
  ];

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

  nativeBuildInputs = [ pkg-config ];