redshift: libappindicator is linux only

This commit is contained in:
Timothy DeHerrera 2021-01-02 23:34:34 -07:00
parent 1691ceee22
commit 7af5eebfcd
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122

View File

@ -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