mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sonusmix: use fetchCargoVendor
This commit is contained in:
parent
886ee74bf5
commit
5ea022d5d6
2 changed files with 2 additions and 2026 deletions
2020
pkgs/by-name/so/sonusmix/Cargo.lock
generated
2020
pkgs/by-name/so/sonusmix/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -23,12 +23,8 @@ rustPlatform.buildRustPackage rec {
|
|||
hash = "sha256-vqbYJuErghSsvkFccLFUYuf1Dsg17tCBhF4/NLcba/E=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"libspa-0.8.0" = "sha256-R68TkFbzDFA/8Btcar+0omUErLyBMm4fsmQlCvfqR9o=";
|
||||
};
|
||||
};
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-KiCJ8XOU5qnO0zB1K7XBTx35WWUpAmqPFkNZOIgwLA0=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue