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
commit fab050e022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
, withGeolocation ? true , withGeolocation ? true
, withCoreLocation ? withGeolocation && stdenv.isDarwin, CoreLocation, Foundation, Cocoa , withCoreLocation ? withGeolocation && stdenv.isDarwin, CoreLocation, Foundation, Cocoa
, withGeoclue ? withGeolocation && stdenv.isLinux, geoclue , withGeoclue ? withGeolocation && stdenv.isLinux, geoclue
, withAppIndicator ? true, libappindicator, libayatana-appindicator , withAppIndicator ? stdenv.isLinux, libappindicator, libayatana-appindicator
}: }:
let let