about summary refs log tree commit diff
path: root/pkgs/by-name/gr
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-12-22 19:29:02 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-12-22 20:04:05 +0100
commit7f6b89769ebed383ad5b6b3aea5da60aca3fbed3 (patch)
tree6fc85748870ff7df620ba3549976b877a1682f4e /pkgs/by-name/gr
parent7d926d19d3d5259aa93e195c7018020e9e0c0b10 (diff)
gruvbox-plus-icons: Fix evaluation when allowAliases disabled
No idea how this passes ofborg eval..
Diffstat (limited to 'pkgs/by-name/gr')
-rw-r--r--pkgs/by-name/gr/gruvbox-plus-icons/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/gr/gruvbox-plus-icons/package.nix b/pkgs/by-name/gr/gruvbox-plus-icons/package.nix
index ffcd8b3f0b898..fd9c88e5de01a 100644
--- a/pkgs/by-name/gr/gruvbox-plus-icons/package.nix
+++ b/pkgs/by-name/gr/gruvbox-plus-icons/package.nix
@@ -3,7 +3,7 @@
 , stdenvNoCC
 , fetchFromGitHub
 , gtk3
-, breeze-icons
+, plasma5Packages
 , gnome-icon-theme
 , hicolor-icon-theme
 }:
@@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation {
 
   nativeBuildInputs = [ gtk3 ];
 
-  propagatedBuildInputs = [ breeze-icons gnome-icon-theme hicolor-icon-theme ];
+  propagatedBuildInputs = [ plasma5Packages.breeze-icons gnome-icon-theme hicolor-icon-theme ];
 
   installPhase = ''
     runHook preInstall