reversal-icon-theme: temporarily set dontCheckForBrokenSymlinks

This commit is contained in:
José Romildo 2025-02-12 21:47:03 -03:00
parent 3c3abaa64d
commit cdea5670aa

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
'';