{dust,weaver}: unpin apple-sdk (#367860)

This commit is contained in:
Franz Pletz
2024-12-30 14:17:59 +01:00
committed by GitHub
2 changed files with 0 additions and 10 deletions
-4
View File
@@ -1,9 +1,7 @@
{
stdenv,
lib,
fetchFromGitHub,
rustPlatform,
apple-sdk_11,
installShellFiles,
}:
@@ -30,8 +28,6 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ];
doCheck = false;
postInstall = ''
-6
View File
@@ -1,9 +1,7 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
darwin,
testers,
weaver,
}:
@@ -21,10 +19,6 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-r7l6/xeClphOI9kz/r36P0tTNHmSTKDhRL6KTVZNmvk=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
with darwin.apple_sdk_11_0.frameworks; [ SystemConfiguration ]
);
checkFlags = [
# Skip tests requiring network
"--skip=test_cli_interface"