about summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim.deh@pm.me>2021-01-02 23:34:34 -0700
committerTimothy DeHerrera <tim.deh@pm.me>2021-01-02 23:34:34 -0700
commit7af5eebfcd841d13ba51a79a98c08af91fa34ea5 (patch)
tree716976d2cc75deb431b73d2deab6ba8744c9da72 /pkgs/applications/misc/redshift
parent1691ceee22d89609b5831aacebfb256b8a4af535 (diff)
redshift: libappindicator is linux only
Diffstat (limited to 'pkgs/applications/misc/redshift')
-rw-r--r--pkgs/applications/misc/redshift/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix
index 4d0c168962f9f..99d65eb090a7c 100644
--- a/pkgs/applications/misc/redshift/default.nix
+++ b/pkgs/applications/misc/redshift/default.nix
@@ -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