pop-icon-theme: remove some dependencies

- Some third-party inherits have been removed from the icon theme by
upstream. See https://github.com/pop-os/icon-theme/pull/100
This commit is contained in:
José Romildo
2021-12-02 11:30:02 -03:00
parent a78dd785b2
commit 2ae84eb551
2 changed files with 3 additions and 7 deletions
+2 -6
View File
@@ -4,9 +4,7 @@
, meson
, ninja
, gtk3
, breeze-icons
, gnome
, pantheon
, adwaita-icon-theme
, hicolor-icon-theme
}:
@@ -28,9 +26,7 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [
breeze-icons
gnome.adwaita-icon-theme
pantheon.elementary-icon-theme
adwaita-icon-theme
hicolor-icon-theme
];
+1 -1
View File
@@ -23615,7 +23615,7 @@ with pkgs;
pop-gtk-theme = callPackage ../data/themes/pop-gtk { };
pop-icon-theme = callPackage ../data/icons/pop-icon-theme {
inherit (plasma5Packages) breeze-icons;
inherit (gnome) adwaita-icon-theme;
};
powerline-fonts = callPackage ../data/fonts/powerline-fonts { };