mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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=";
|
hash = "sha256-vqbYJuErghSsvkFccLFUYuf1Dsg17tCBhF4/NLcba/E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
useFetchCargoVendor = true;
|
||||||
lockFile = ./Cargo.lock;
|
cargoHash = "sha256-KiCJ8XOU5qnO0zB1K7XBTx35WWUpAmqPFkNZOIgwLA0=";
|
||||||
outputHashes = {
|
|
||||||
"libspa-0.8.0" = "sha256-R68TkFbzDFA/8Btcar+0omUErLyBMm4fsmQlCvfqR9o=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue