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
|
, xfce
|
||||||
, yyjson
|
, yyjson
|
||||||
, zlib
|
, zlib
|
||||||
|
, Apple80211
|
||||||
, AppKit
|
, AppKit
|
||||||
, Cocoa
|
, Cocoa
|
||||||
, CoreDisplay
|
, CoreDisplay
|
||||||
|
@ -83,6 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
|
Apple80211
|
||||||
AppKit
|
AppKit
|
||||||
Cocoa
|
Cocoa
|
||||||
CoreDisplay
|
CoreDisplay
|
||||||
|
|
|
@ -1765,7 +1765,7 @@ with pkgs;
|
||||||
|
|
||||||
fastfetch = darwin.apple_sdk_11_0.callPackage ../tools/misc/fastfetch {
|
fastfetch = darwin.apple_sdk_11_0.callPackage ../tools/misc/fastfetch {
|
||||||
inherit (darwin.apple_sdk_11_0.frameworks)
|
inherit (darwin.apple_sdk_11_0.frameworks)
|
||||||
AppKit Cocoa CoreDisplay CoreVideo CoreWLAN DisplayServices
|
AppKit Apple80211 Cocoa CoreDisplay CoreVideo CoreWLAN DisplayServices
|
||||||
Foundation IOBluetooth MediaRemote OpenCL;
|
Foundation IOBluetooth MediaRemote OpenCL;
|
||||||
|
|
||||||
inherit (darwin) moltenvk;
|
inherit (darwin) moltenvk;
|
||||||
|
|
Loading…
Reference in a new issue