ntpd-rs: pin apple_sdk version in expression
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
fetchFromGitHub,
|
||||
ntpd-rs,
|
||||
installShellFiles,
|
||||
darwin,
|
||||
pandoc,
|
||||
Security,
|
||||
nixosTests,
|
||||
testers,
|
||||
}:
|
||||
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoHash = "sha256-NRFmb9rZVbd0qYKIkslT4TcbC/aD4QhAjm2GA4BvReY=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
|
||||
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk_11_0.frameworks.Security ];
|
||||
nativeBuildInputs = [
|
||||
pandoc
|
||||
installShellFiles
|
||||
|
||||
@@ -1940,9 +1940,7 @@ with pkgs;
|
||||
|
||||
npm-check-updates = callPackage ../tools/package-management/npm-check-updates { };
|
||||
|
||||
ntpd-rs = darwin.apple_sdk_11_0.callPackage ../tools/networking/ntpd-rs {
|
||||
inherit (darwin.apple_sdk_11_0.frameworks) Security;
|
||||
};
|
||||
ntpd-rs = darwin.apple_sdk_11_0.callPackage ../tools/networking/ntpd-rs { };
|
||||
|
||||
ocs-url = libsForQt5.callPackage ../tools/misc/ocs-url { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user