Merge pull request #263769 from romildo/upd.tela-circle-icon-theme

tela-circle-icon-theme: do not get libsForqt5 but breeze-icons
This commit is contained in:
Nick Cao 2023-10-28 08:51:26 -04:00 committed by GitHub
commit 4ba7ee5ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
, stdenvNoCC , stdenvNoCC
, fetchFromGitHub , fetchFromGitHub
, adwaita-icon-theme , adwaita-icon-theme
, libsForQt5 , breeze-icons
, gtk3 , gtk3
, hicolor-icon-theme , hicolor-icon-theme
, jdupes , jdupes
@ -25,7 +25,7 @@ stdenvNoCC.mkDerivation rec {
owner = "vinceliuice"; owner = "vinceliuice";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "il+bYIcwm0BQF6U0J6h6rlzHSGSHYN/O8BezehYIpQ4="; hash = "sha256-il+bYIcwm0BQF6U0J6h6rlzHSGSHYN/O8BezehYIpQ4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
adwaita-icon-theme adwaita-icon-theme
libsForQt5.breeze-icons breeze-icons
hicolor-icon-theme hicolor-icon-theme
]; ];

View File

@ -30073,6 +30073,7 @@ with pkgs;
tela-circle-icon-theme = callPackage ../data/icons/tela-circle-icon-theme { tela-circle-icon-theme = callPackage ../data/icons/tela-circle-icon-theme {
inherit (gnome) adwaita-icon-theme; inherit (gnome) adwaita-icon-theme;
inherit (libsForQt5) breeze-icons;
}; };
tela-icon-theme = callPackage ../data/icons/tela-icon-theme { }; tela-icon-theme = callPackage ../data/icons/tela-icon-theme { };