From 7af5eebfcd841d13ba51a79a98c08af91fa34ea5 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sat, 2 Jan 2021 23:34:34 -0700 Subject: [PATCH] redshift: libappindicator is linux only --- pkgs/applications/misc/redshift/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix index 4d0c168962f9..99d65eb090a7 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