samply: useFetchCargoVendor

This commit is contained in:
Defelo
2025-02-13 00:19:24 +01:00
parent d0af2e5fe4
commit 60bde6ae54
2 changed files with 2 additions and 2500 deletions
-2497
View File
File diff suppressed because it is too large Load Diff
+2 -3
View File
@@ -15,9 +15,8 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-7bf1lDIZGhRpvnn8rHNwzH2GBY8CwtYCjuRAUTQgbsA=";
};
# Can't use fetchCargoVendor:
# https://github.com/NixOS/nixpkgs/issues/377986
cargoLock.lockFile = ./Cargo.lock;
useFetchCargoVendor = true;
cargoHash = "sha256-o9YGKHxcC7msF7OPiUiFMLw1XX2WJ0/KVvkSwKNhU/E=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.CoreServices