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.
main
Bobby Rong 2 years ago
parent 73ad5f9e14
commit 88aee703c2
No known key found for this signature in database
GPG Key ID: ED07364437C91161
  1. 1
      pkgs/applications/audio/vocal/default.nix
  2. 1
      pkgs/applications/misc/regextester/default.nix
  3. 1
      pkgs/applications/office/bookworm/default.nix
  4. 1
      pkgs/applications/office/spice-up/default.nix
  5. 1
      pkgs/applications/science/math/nasc/default.nix
  6. 1
      pkgs/tools/misc/hashit/default.nix
  7. 1
      pkgs/tools/text/snippetpixie/default.nix

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

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

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

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

@ -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.

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

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

Loading…
Cancel
Save