supertux-editor: mark as broken (#122781)

SuperTux now uses an in-game editor, so there's no point in trying to build this old C# monstrosity.
This commit is contained in:
Mathnerd314 2021-05-13 04:19:30 -06:00 committed by GitHub
parent 77523d2c66
commit d1601a40c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation {
description = "Level editor for SuperTux";
homepage = "https://github.com/SuperTux/supertux-editor";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mathnerd314 ];
platforms = platforms.linux;
broken = true;
};
}