mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #148285 from romildo/upd.pop-icon-theme
pop-icon-theme: remove some dependencies
This commit is contained in:
commit
940a4ba80d
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user