mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
ajour: use fetchCargoVendor
This commit is contained in:
parent
e25e3c6a62
commit
ea2e419b58
2 changed files with 2 additions and 4787 deletions
4781
pkgs/tools/games/ajour/Cargo.lock
generated
4781
pkgs/tools/games/ajour/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -48,12 +48,8 @@ rustPlatform.buildRustPackage rec {
|
|||
sha256 = "sha256-oVaNLclU0EVNtxAASE8plXcC+clkwhBeb9pz1vXufV0=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"iced-0.3.0" = "sha256-cPQ0qqcdCMx2agSpAKSvVDBEoF/vUffGg1UkX85KmfY=";
|
||||
};
|
||||
};
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-/bmPqKxhPt9AGHRPGPE8JzaZKcTAWIRzvR3FiTCVMho=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue