Merge pull request #108286 from nrdxp/redshift-appindicator

redshift: libappindicator is linux only
This commit is contained in:
Michael Weiss
2021-01-03 12:19:43 +01:00
committed by GitHub

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