Skip to content

Commit 0e01c4a

Browse files
{mqttui,millet,mchprs,matrix-conduit,markdown-oxide}: use fetchCargoVendor (#387666)
2 parents 8b526eb + 190018b commit 0e01c4a

File tree

8 files changed

+8
-10656
lines changed

8 files changed

+8
-10656
lines changed

pkgs/by-name/ma/matrix-conduit/Cargo.lock

Lines changed: 0 additions & 3837 deletions
This file was deleted.

pkgs/by-name/ma/matrix-conduit/package.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@ rustPlatform.buildRustPackage rec {
2222
hash = "sha256-mQLfRAun2G/LDnw3jyFGJbOqpxh2PL8IGzFELRfAgAI=";
2323
};
2424

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

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

0 commit comments

Comments
 (0)