about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-11-27 15:13:35 +0200
committerGitHub <noreply@github.com>2022-11-27 15:13:35 +0200
commit91f186baa6056163f05937580350d72306d0fe2c (patch)
tree7ba42eade3b253eb4992f303967ec289a7d85f86 /pkgs/data
parent0eba6121f6b704d3191a1cbd2234f53c54d47ba2 (diff)
parente1b1e5a0c02188d9415927375049cef990b0c36a (diff)
Merge pull request #201611 from Artturin/removealiasusages
Cleanup
Diffstat (limited to 'pkgs/data')
-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
   ];