Skip to content

Commit

Permalink
conduwuit: fix x86_64-darwin (#352911)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 2, 2024
2 parents a2e1ae2 + 3bd63f4 commit eb90390
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/co/conduwuit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
bzip2,
zstd,
stdenv,
darwin,
apple-sdk_15,
darwinMinVersionHook,
rocksdb,
nix-update-script,
testers,
Expand Down Expand Up @@ -63,7 +64,9 @@ rustPlatform.buildRustPackage rec {
++ lib.optional enableJemalloc rust-jemalloc-sys'
++ lib.optional enableLiburing liburing
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
apple-sdk_15
# aws-lc-sys requires CryptoKit's CommonCrypto, which is available on macOS 10.15+
(darwinMinVersionHook "10.15")
];

env = {
Expand Down

0 comments on commit eb90390

Please sign in to comment.