tela-circle-icon-theme: do not get libsForqt5 but breeze-icons

Also use hash instead of sha256
This commit is contained in:
José Romildo 2023-10-27 08:12:34 -03:00
parent b6e065aa42
commit 3783b54c6b
2 changed files with 4 additions and 3 deletions

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

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