about summary refs log tree commit diff
path: root/pkgs/data/icons/tela-circle-icon-theme
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-11-17 14:36:43 +0200
committerArtturin <Artturin@artturin.com>2022-11-27 00:44:13 +0200
commite1b1e5a0c02188d9415927375049cef990b0c36a (patch)
tree332b15beb74dd21c1b9223b20abcb17e1b3e3c93 /pkgs/data/icons/tela-circle-icon-theme
parent07f075b57edd3a9f4652aa1167b1ee7ff940a9d5 (diff)
treewide: fix some Function called without required argument
by removing packages(if the dependency has been removed) or fixing the argument
Diffstat (limited to 'pkgs/data/icons/tela-circle-icon-theme')
-rw-r--r--pkgs/data/icons/tela-circle-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/tela-circle-icon-theme/default.nix b/pkgs/data/icons/tela-circle-icon-theme/default.nix
index 7f7dc0d043f3b..cb55697fa50bc 100644
--- a/pkgs/data/icons/tela-circle-icon-theme/default.nix
+++ b/pkgs/data/icons/tela-circle-icon-theme/default.nix
@@ -2,7 +2,7 @@
 , stdenvNoCC
 , fetchFromGitHub
 , adwaita-icon-theme
-, breeze-icons
+, libsForQt5
 , gtk3
 , hicolor-icon-theme
 , jdupes
@@ -35,7 +35,7 @@ stdenvNoCC.mkDerivation rec {
 
   propagatedBuildInputs = [
     adwaita-icon-theme
-    breeze-icons
+    libsForQt5.breeze-icons
     hicolor-icon-theme
   ];