summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-17 21:40:21 +0800
committerBobby Rong <rjl931189261@126.com>2022-03-18 10:48:39 +0800
commitfae6f2210613f045e0c6bd8374748b161c395eeb (patch)
treefd5e790a838ceb0a4b6dfd08ab8269be4b113e58 /pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
parent73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58 (diff)
downloadnixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.tar
nixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.tar.gz
nixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.tar.bz2
nixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.tar.lz
nixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.tar.xz
nixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.tar.zst
nixpkgs-fae6f2210613f045e0c6bd8374748b161c395eeb.zip
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.
Diffstat (limited to 'pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix')
-rw-r--r--pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
index 3355ee09299..fa4ff7edf12 100644
--- a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
+++ b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix
@@ -13,7 +13,6 @@
 , glib
 , granite
 , libgee
-, elementary-icon-theme
 , elementary-settings-daemon
 , gettext
 , libhandy
@@ -56,7 +55,6 @@ stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    elementary-icon-theme
     elementary-settings-daemon # settings schema
     glib
     granite