reversal-icon-theme: temporarily set dontCheckForBrokenSymlinks (#381612)

This commit is contained in:
José Romildo Malaquias
2025-02-13 19:40:06 -03:00
committed by GitHub

View File

@@ -60,6 +60,9 @@ lib.checkListOfEnum "${pname}: color variants"
dontPatchELF = true;
dontRewriteSymlinks = true;
# FIXME: https://github.com/yeyushengfan258/Reversal-icon-theme/issues/108
dontCheckForBrokenSymlinks = true;
postPatch = ''
patchShebangs install.sh
'';