gruvbox-plus-icons: Fix evaluation when allowAliases disabled

No idea how this passes ofborg eval..
This commit is contained in:
Silvan Mosberger 2023-12-22 19:29:02 +01:00
parent 7d926d19d3
commit 7f6b89769e

View File

@ -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