Merge pull request #148285 from romildo/upd.pop-icon-theme

pop-icon-theme: remove some dependencies
This commit is contained in:
Thiago Kenji Okada 2021-12-02 16:15:39 -03:00 committed by GitHub
commit 940a4ba80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

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
];
@ -40,7 +36,7 @@ stdenv.mkDerivation rec {
description = "Icon theme for Pop!_OS with a semi-flat design and raised 3D motifs";
homepage = "https://github.com/pop-os/icon-theme";
license = with licenses; [ cc-by-sa-40 gpl3 ];
platforms = platforms.unix;
platforms = platforms.linux; # hash mismatch on darwin due to file names differing only in case
maintainers = with maintainers; [ romildo ];
};
}

View File

@ -23617,7 +23617,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 { };