fastfetch: fix darwin build

This commit is contained in:
Austin Horstman 2023-11-02 14:56:52 -05:00
parent 51c024de65
commit 160ba578a7
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
, xfce
, yyjson
, zlib
, Apple80211
, AppKit
, Cocoa
, CoreDisplay
@ -83,6 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
zlib
]
++ lib.optionals stdenv.isDarwin [
Apple80211
AppKit
Cocoa
CoreDisplay

View file

@ -1765,7 +1765,7 @@ with pkgs;
fastfetch = darwin.apple_sdk_11_0.callPackage ../tools/misc/fastfetch {
inherit (darwin.apple_sdk_11_0.frameworks)
AppKit Cocoa CoreDisplay CoreVideo CoreWLAN DisplayServices
AppKit Apple80211 Cocoa CoreDisplay CoreVideo CoreWLAN DisplayServices
Foundation IOBluetooth MediaRemote OpenCL;
inherit (darwin) moltenvk;