From d1601a40c48426ae460eede1675fd1d6ee23e198 Mon Sep 17 00:00:00 2001 From: Mathnerd314 Date: Thu, 13 May 2021 04:19:30 -0600 Subject: [PATCH] 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. --- pkgs/applications/editors/supertux-editor/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/supertux-editor/default.nix b/pkgs/applications/editors/supertux-editor/default.nix index 6e3580a563c..ec713d99371 100644 --- a/pkgs/applications/editors/supertux-editor/default.nix +++ b/pkgs/applications/editors/supertux-editor/default.nix @@ -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; }; }