about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2024-01-25 13:17:11 +0800
committerRyan Cao <70191398+ryanccn@users.noreply.github.com>2024-01-25 13:17:56 +0800
commitaf2562d930d7888812f39fc565df5b11084fdaff (patch)
tree58d16d5259ba0bc79853f60c85ce7cdc625b0ead /pkgs/development/tools
parent826606889e22212a48080713caa8e3044ce8e67c (diff)
downloadnixlib-af2562d930d7888812f39fc565df5b11084fdaff.tar
nixlib-af2562d930d7888812f39fc565df5b11084fdaff.tar.gz
nixlib-af2562d930d7888812f39fc565df5b11084fdaff.tar.bz2
nixlib-af2562d930d7888812f39fc565df5b11084fdaff.tar.lz
nixlib-af2562d930d7888812f39fc565df5b11084fdaff.tar.xz
nixlib-af2562d930d7888812f39fc565df5b11084fdaff.tar.zst
nixlib-af2562d930d7888812f39fc565df5b11084fdaff.zip
cargo-deny: add SystemConfiguration framework on darwin
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/rust/cargo-deny/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/rust/cargo-deny/default.nix b/pkgs/development/tools/rust/cargo-deny/default.nix
index 6dd9eb589631..5c0d0f7ddf39 100644
--- a/pkgs/development/tools/rust/cargo-deny/default.nix
+++ b/pkgs/development/tools/rust/cargo-deny/default.nix
@@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
     zstd
   ] ++ lib.optionals stdenv.isDarwin [
     darwin.apple_sdk.frameworks.Security
+    darwin.apple_sdk.frameworks.SystemConfiguration
   ];
 
   env = {