Merge pull request #108286 from nrdxp/redshift-appindicator
redshift: libappindicator is linux only
This commit is contained in:
commit
fab050e022
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue