mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
motoc: use fetchCargoVendor
This commit is contained in:
parent
ceb0682fe3
commit
becb13aaf0
2 changed files with 2 additions and 1065 deletions
1058
pkgs/by-name/mo/motoc/Cargo.lock
generated
1058
pkgs/by-name/mo/motoc/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -17,13 +17,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
hash = "sha256-CAKgh9uddDhaFp2O62o1nNZ/ZWJbCR/7dMaI9V992Xk=";
|
hash = "sha256-CAKgh9uddDhaFp2O62o1nNZ/ZWJbCR/7dMaI9V992Xk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
useFetchCargoVendor = true;
|
||||||
lockFile = ./Cargo.lock;
|
cargoHash = "sha256-RDzPvHlXuNLv3GiaGSYCyvbhdmxQkjUtwPq/e5NloOg=";
|
||||||
outputHashes = {
|
|
||||||
"libmonado-rs-0.1.0" = "sha256-bbbo/Mkix6nUGLwplvj6m8IXOcZY5UoWc1xZnI67IlU=";
|
|
||||||
"openxr-0.19.0" = "sha256-kbEYoN4UvUEaZA9LJWEKx1X1r+l91GjTWs1hNXhr7cw=";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
openxr-loader
|
openxr-loader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue