Skip to content

Commit

Permalink
Merge pull request #226580 from natsukium/sketchybar/update
Browse files Browse the repository at this point in the history
sketchybar: 2.14.1 -> 2.14.4 and fix build
  • Loading branch information
wegank authored Apr 17, 2023
2 parents 4503493 + 4a831cd commit 9a60b3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/darwin/sketchybar/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, Carbon, Cocoa, DisplayServices, SkyLight }:
{ lib, stdenv, fetchFromGitHub, Carbon, Cocoa, CoreWLAN, DisplayServices, SkyLight }:

let
inherit (stdenv.hostPlatform) system;
Expand All @@ -10,16 +10,16 @@ in

stdenv.mkDerivation rec {
pname = "sketchybar";
version = "2.14.1";
version = "2.14.4";

src = fetchFromGitHub {
owner = "FelixKratz";
repo = "SketchyBar";
rev = "v${version}";
hash = "sha256-TTpOFupLyCko5+EZJ3kJWu6OD35qfLpM8N7zq+eMvMM=";
hash = "sha256-snB1DII04OeoPbLzblfgdaM1hdXL62u/g/0CNLmqrxo=";
};

buildInputs = [ Carbon Cocoa DisplayServices SkyLight ];
buildInputs = [ Carbon Cocoa CoreWLAN DisplayServices SkyLight ];

makeFlags = [
target
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 9a60b3e

Please sign in to comment.