Unverified Commit c4293c54 authored by awwpotato's avatar awwpotato
Browse files

share-preview: unbreak via patching cargo lock

parent 04c9ccf5
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -27,10 +27,14 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-FqualaTkirB+gBcgkThQpSBHhM4iaXkiGujwBUnUX0E=";
  };

  patches = [
    ./wasm-bindgen.patch
  ];

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) src;
    inherit (finalAttrs) src patches;
    name = "share-preview-${finalAttrs.version}";
    hash = "sha256-XY48fQ5HLvZ1nxLk6rbuxSBAHAPUcnwu/5AwgTWhfbg=";
    hash = "sha256-lDSRXe+AjJzWT0hda/aev6kNJAvHblGmmAYXdYhrnQs=";
  };

  nativeBuildInputs = [
+3423 −0

File added.

Preview size limit exceeded, changes collapsed.