Loading pkgs/os-specific/darwin/sketchybar/default.nix +10 −6 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , Carbon , Cocoa , AppKit , CoreAudio , CoreWLAN , CoreVideo , DisplayServices , IOKit , MediaRemote , SkyLight }: Loading @@ -18,20 +20,22 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "sketchybar"; version = "2.15.2"; version = "2.16.1"; src = fetchFromGitHub { owner = "FelixKratz"; repo = "SketchyBar"; rev = "v${finalAttrs.version}"; hash = "sha256-13wc+1IgplB+L0j1AbBr/MUjEo4W38ZgJwrAhbdOroE="; hash = "sha256-H+bR5ZhUTrN2KAEdY/hnq6c3TEb1NQvPQ9uPo09gSM8="; }; buildInputs = [ Carbon Cocoa AppKit CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight ]; Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -13111,7 +13111,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 CoreWLAN DisplayServices MediaRemote SkyLight; inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight; }; sketchybar-app-font = callPackage ../data/fonts/sketchybar-app-font { }; Loading
pkgs/os-specific/darwin/sketchybar/default.nix +10 −6 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , Carbon , Cocoa , AppKit , CoreAudio , CoreWLAN , CoreVideo , DisplayServices , IOKit , MediaRemote , SkyLight }: Loading @@ -18,20 +20,22 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "sketchybar"; version = "2.15.2"; version = "2.16.1"; src = fetchFromGitHub { owner = "FelixKratz"; repo = "SketchyBar"; rev = "v${finalAttrs.version}"; hash = "sha256-13wc+1IgplB+L0j1AbBr/MUjEo4W38ZgJwrAhbdOroE="; hash = "sha256-H+bR5ZhUTrN2KAEdY/hnq6c3TEb1NQvPQ9uPo09gSM8="; }; buildInputs = [ Carbon Cocoa AppKit CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight ]; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -13111,7 +13111,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 CoreWLAN DisplayServices MediaRemote SkyLight; inherit (darwin.apple_sdk_11_0.frameworks) AppKit CoreAudio CoreWLAN CoreVideo DisplayServices IOKit MediaRemote SkyLight; }; sketchybar-app-font = callPackage ../data/fonts/sketchybar-app-font { };