From af029e268dff50e271f7c8dd1d6633f57fbfb243 Mon Sep 17 00:00:00 2001 From: Emily Date: Fri, 3 Jan 2025 17:33:44 +0000 Subject: [PATCH] conduwuit: remove code for macOS < 11 --- pkgs/by-name/co/conduwuit/package.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pkgs/by-name/co/conduwuit/package.nix b/pkgs/by-name/co/conduwuit/package.nix index bf5c4cdbfda6..135321c59470 100644 --- a/pkgs/by-name/co/conduwuit/package.nix +++ b/pkgs/by-name/co/conduwuit/package.nix @@ -6,8 +6,6 @@ bzip2, zstd, stdenv, - apple-sdk_15, - darwinMinVersionHook, rocksdb, nix-update-script, testers, @@ -55,12 +53,7 @@ rustPlatform.buildRustPackage rec { zstd ] ++ lib.optional enableJemalloc rust-jemalloc-sys' - ++ lib.optional enableLiburing liburing - ++ lib.optionals stdenv.hostPlatform.isDarwin [ - apple-sdk_15 - # aws-lc-sys requires CryptoKit's CommonCrypto, which is available on macOS 10.15+ - (darwinMinVersionHook "10.15") - ]; + ++ lib.optional enableLiburing liburing; env = { ZSTD_SYS_USE_PKG_CONFIG = true;