wstunnel: fix darwin build

This commit is contained in:
r-vdp
2024-12-12 12:54:48 +01:00
parent c654a7a5ff
commit ccf8574922
+6
View File
@@ -2,9 +2,11 @@
lib,
fetchFromGitHub,
rustPlatform,
stdenv,
nixosTests,
nix-update-script,
versionCheckHook,
apple-sdk_11,
}:
let
@@ -27,6 +29,10 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [ versionCheckHook ];
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
apple-sdk_11
];
doInstallCheck = true;
checkFlags = [