Commit cdea5670 authored by José Romildo's avatar José Romildo
Browse files

reversal-icon-theme: temporarily set dontCheckForBrokenSymlinks

parent 3c3abaa6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
    '';