redshift: libappindicator is linux only
This commit is contained in:
parent
1691ceee22
commit
7af5eebfcd
@ -10,7 +10,7 @@
|
||||
, withGeolocation ? true
|
||||
, withCoreLocation ? withGeolocation && stdenv.isDarwin, CoreLocation, Foundation, Cocoa
|
||||
, withGeoclue ? withGeolocation && stdenv.isLinux, geoclue
|
||||
, withAppIndicator ? true, libappindicator, libayatana-appindicator
|
||||
, withAppIndicator ? stdenv.isLinux, libappindicator, libayatana-appindicator
|
||||
}:
|
||||
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user