fastfetch: fix darwin build
This commit is contained in:
parent
51c024de65
commit
160ba578a7
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue