diff --git a/pkgs/by-name/qs/qsv/package.nix b/pkgs/by-name/qs/qsv/package.nix index 0c3762d003053a..df729d9f5ab9fb 100644 --- a/pkgs/by-name/qs/qsv/package.nix +++ b/pkgs/by-name/qs/qsv/package.nix @@ -27,23 +27,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