wstunnel: adapt to new darwin sdk pattern
This commit is contained in:
parent
e7e25b9f34
commit
4185e95891
@ -6,7 +6,6 @@
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
versionCheckHook,
|
||||
darwin,
|
||||
}:
|
||||
|
||||
let
|
||||
@ -32,9 +31,6 @@ rustPlatform.buildRustPackage {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ versionCheckHook ];
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user