From fae6f2210613f045e0c6bd8374748b161c395eeb Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 17 Mar 2022 21:40:21 +0800 Subject: pkgs/pantheon: remove elementary-icon-theme from buildInputs for pkgs that don't hardcode icon themes User may install icon theme of their choices. The icons are no longer picked up by wrapGAppsHook by default anyway. --- pkgs/desktops/pantheon/apps/elementary-calendar/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/desktops/pantheon/apps/elementary-calendar/default.nix') diff --git a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix index 70b092d3f2c..f3bd37b00e0 100644 --- a/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-calendar/default.nix @@ -11,7 +11,6 @@ , vala , wrapGAppsHook , clutter -, elementary-icon-theme , evolution-data-server , folks , geoclue2 @@ -48,7 +47,6 @@ stdenv.mkDerivation rec { buildInputs = [ clutter - elementary-icon-theme evolution-data-server folks geoclue2 -- cgit 1.4.1