Skip to content

Commit

Permalink
blueutil: use the new apple-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
azuwis committed Oct 31, 2024
1 parent 870ac82 commit c62fe3b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pkgs/by-name/bl/blueutil/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
lib,
stdenv,
fetchFromGitHub,
darwin,
apple-sdk,
testers,
nix-update-script,
}:

let
inherit (darwin.apple_sdk.frameworks) Foundation IOBluetooth;
in
stdenv.mkDerivation (finalAttrs: {
pname = "blueutil";
version = "2.10.0";
Expand All @@ -22,8 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
};

buildInputs = [
Foundation
IOBluetooth
apple-sdk
];

env.NIX_CFLAGS_COMPILE = "-Wall -Wextra -Werror -mmacosx-version-min=10.9 -framework Foundation -framework IOBluetooth";
Expand Down

0 comments on commit c62fe3b

Please sign in to comment.