openmw: mark as broken

This commit is contained in:
Maximilian Bosch 2021-10-13 14:56:50 +02:00
parent d4593d4daf
commit a3f4ff59ae
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -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;
};
}