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