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 libgee
libnotify libnotify
libunity libunity
pantheon.elementary-icon-theme
pantheon.granite pantheon.granite
sqlite sqlite
webkitgtk webkitgtk

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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