about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-01-25 06:48:02 +0100
committerGitHub <noreply@github.com>2024-01-25 06:48:02 +0100
commit06570e54184cb7f3aecb16c7c5ef82a871ce5873 (patch)
treed40bf5b71bbb7f16d962f0a414cc64cfbf72a0cf /pkgs
parentdd099720b0f33293b0dda311395fd4c7e8d8cb74 (diff)
parentaf2562d930d7888812f39fc565df5b11084fdaff (diff)
downloadnixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.tar
nixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.tar.gz
nixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.tar.bz2
nixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.tar.lz
nixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.tar.xz
nixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.tar.zst
nixlib-06570e54184cb7f3aecb16c7c5ef82a871ce5873.zip
Merge pull request #283667 from ryanccn/cargo-deny
cargo-deny: add SystemConfiguration framework on darwin
Diffstat (limited to 'pkgs')
-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 = {