openmw: mark as broken

This commit is contained in:
Maximilian Bosch
2022-02-27 10:26:49 +01:00
parent d4593d4daf
commit a3f4ff59ae
+5
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;
};
}