Unverified Commit 0e01c4a3 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

{mqttui,millet,mchprs,matrix-conduit,markdown-oxide}: use fetchCargoVendor (#387666)

parents 8b526eb6 190018b7
Loading
Loading
Loading
Loading
+0 −3837

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −8
Original line number Diff line number Diff line
@@ -22,14 +22,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-mQLfRAun2G/LDnw3jyFGJbOqpxh2PL8IGzFELRfAgAI=";
  };

  # We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace
  # inheritance within Git dependencies, but importCargoLock does.
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "ruma-0.10.1" = "sha256-VmIZ24vULpm6lF24OFZdsI5JG+XqVPpUWM/R64X17jo=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-r7fOzTug0cKQUGrpXDn1JKb6/lLQDgnA3/colmldA4c=";

  # Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite.
  preBuild = ''

pkgs/by-name/mc/mchprs/Cargo.lock

deleted100644 → 0
+0 −3075

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −6
Original line number Diff line number Diff line
@@ -21,12 +21,8 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-Jm9ZsqCKOIxZsXQbCluYu7MgOD7hXYljcv/URaNVUW0=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "hematite-nbt-0.5.2" = "sha256-ohhsMlRLFNesccxhqn0GAiVswcdMldD3gv0AXcviHU8=";
    };
  };
  useFetchCargoVendor = true;
  cargoHash = "sha256-YDfyixNfJsKigf3W5265CWl4ETQDeBHYpquBoFoj4Tw=";

  nativeBuildInputs = [
    pkg-config

pkgs/by-name/mi/millet/Cargo.lock

deleted100644 → 0
+0 −1512

File deleted.

Preview size limit exceeded, changes collapsed.

Loading