emacs.pkgs.xr: remove ignoreCompilationError which is not needed now

It builds fine for Emacs 30 and 31.

Closes: #342489
This commit is contained in:
Lin Jian
2026-07-10 13:32:12 +08:00
parent d407951447
commit 19f097d60a
@@ -323,8 +323,5 @@ in
'';
});
# native-ice https://github.com/mattiase/xr/issues/9
xr = ignoreCompilationError super.xr;
# keep-sorted end
}