From 7ce39af03733eac843aad4757607c8704d0f3316 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 18 Nov 2024 16:16:49 +0100 Subject: [PATCH] remove old Darwin SDK pattern (#354146) --- pkgs/by-name/qs/qsv/package.nix | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/pkgs/by-name/qs/qsv/package.nix b/pkgs/by-name/qs/qsv/package.nix index 0c3762d00305..a3a7b66f1af4 100644 --- a/pkgs/by-name/qs/qsv/package.nix +++ b/pkgs/by-name/qs/qsv/package.nix @@ -1,5 +1,4 @@ { - darwin, fetchFromGitHub, file, lib, @@ -27,23 +26,11 @@ rustPlatform.buildRustPackage { useFetchCargoVendor = true; cargoHash = "sha256-tu9HCFAxmmYVgmJyHunBtGSqKGzwbX2vi6ju4cv33wc="; - buildInputs = - [ - file - sqlite - zstd - ] - ++ lib.optionals stdenv.hostPlatform.isDarwin ( - with darwin.apple_sdk.frameworks; - [ - AppKit - CoreFoundation - CoreGraphics - IOKit - Security - SystemConfiguration - ] - ); + buildInputs = [ + file + sqlite + zstd + ]; nativeBuildInputs = [ pkg-config