various: remove elementary-icon-theme from buildInputs

These apps don't hardcode their icon themes and the icon theme
is no longer picked up by wrapGAppsHook by default. User may
also able to choose to use icon themes of their choice so pulling
them to XDG_DATA_DIRS is mostly no use.
This commit is contained in:
Bobby Rong 2022-03-19 16:28:50 +08:00
parent 73ad5f9e14
commit 88aee703c2
No known key found for this signature in database
GPG key ID: ED07364437C91161
7 changed files with 0 additions and 7 deletions

View file

@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
libgee
libnotify
libunity
pantheon.elementary-icon-theme
pantheon.granite
sqlite
webkitgtk

View file

@ -37,7 +37,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
pantheon.elementary-icon-theme
pantheon.granite
glib
libgee

View file

@ -26,7 +26,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
pantheon.elementary-icon-theme
pantheon.granite
glib
libgee

View file

@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
libgee
libgudev
libsoup
pantheon.elementary-icon-theme
pantheon.granite
];

View file

@ -48,7 +48,6 @@ stdenv.mkDerivation rec {
gtk3
gtksourceview
libgee
pantheon.elementary-icon-theme
pantheon.granite
webkitgtk
# We add libqalculate's runtime dependencies because nasc has it as a modified subproject.

View file

@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk3
libgee
pantheon.elementary-icon-theme
pantheon.granite
];

View file

@ -57,7 +57,6 @@ stdenv.mkDerivation rec {
xorg.libXtst
pantheon.granite
pantheon.elementary-gtk-theme
pantheon.elementary-icon-theme
];
doCheck = true;