ntpd-rs: migrate to new darwin sdk pattern
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
stdenv,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
apple-sdk_11,
|
||||
ntpd-rs,
|
||||
installShellFiles,
|
||||
darwin,
|
||||
pandoc,
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
@@ -25,9 +25,8 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-ZB18YbCdJpuu7qTXdHgs2IgDCoc3Hs/aDn4dzXmKI8c=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.apple_sdk_11_0.frameworks.Security
|
||||
];
|
||||
buildInputs = lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pandoc
|
||||
installShellFiles
|
||||
|
||||
Reference in New Issue
Block a user