humanity-icon-theme: don't check for broken symlinks

This commit is contained in:
K900
2025-02-04 10:36:29 +03:00
parent 3ddda10211
commit 4aa50d5032
@@ -27,6 +27,9 @@ stdenvNoCC.mkDerivation rec {
dontDropIconThemeCache = true;
# Upstream ships a bunch of those, and is very dead
dontCheckForBrokenSymlinks = true;
installPhase = ''
runHook preInstall