sketchybar: fix build

This commit is contained in:
natsukium 2023-04-17 12:27:58 +09:00
parent f405ff3e78
commit df496ea67e
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, Carbon, Cocoa, DisplayServices, SkyLight }:
{ lib, stdenv, fetchFromGitHub, Carbon, Cocoa, CoreWLAN, DisplayServices, SkyLight }:
let
inherit (stdenv.hostPlatform) system;
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
hash = "sha256-TTpOFupLyCko5+EZJ3kJWu6OD35qfLpM8N7zq+eMvMM=";
};
buildInputs = [ Carbon Cocoa DisplayServices SkyLight ];
buildInputs = [ Carbon Cocoa CoreWLAN DisplayServices SkyLight ];
makeFlags = [
target

View file

@ -12176,7 +12176,7 @@ with pkgs;
sixpair = callPackage ../tools/misc/sixpair { };
sketchybar = darwin.apple_sdk_11_0.callPackage ../os-specific/darwin/sketchybar {
inherit (darwin.apple_sdk_11_0.frameworks) Carbon Cocoa DisplayServices SkyLight;
inherit (darwin.apple_sdk_11_0.frameworks) Carbon Cocoa CoreWLAN DisplayServices SkyLight;
};
skippy-xd = callPackage ../tools/X11/skippy-xd { };