openmw: mark as broken
This commit is contained in:
parent
d4593d4daf
commit
a3f4ff59ae
@ -83,5 +83,10 @@ mkDerivation rec {
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ abbradar marius851000 ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
# 2021-10-13, doesn't compile with glibc-2.34, maintainers prefer a fix on glibc's end.
|
||||
# Can be marked as un-broken as soon as https://gitlab.com/OpenMW/openmw/-/merge_requests/1239
|
||||
# is resolved and a patch is appliable here.
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user