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 3394044
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/by-name/bl/blueutil/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
lib,
stdenv,
fetchFromGitHub,
darwin,
testers,
nix-update-script,
}:

let
inherit (darwin.apple_sdk.frameworks) Foundation IOBluetooth;
in
stdenv.mkDerivation (finalAttrs: {
pname = "blueutil";
version = "2.10.0";
Expand All @@ -21,11 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-x2khx8Y0PolpMiyrBatT2aHHyacrQVU/02Z4Dz9fBtI=";
};

buildInputs = [
Foundation
IOBluetooth
];

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

installPhase = ''
Expand Down

0 comments on commit 3394044

Please sign in to comment.