summary refs log tree commit diff
path: root/pkgs/applications/editors/supertux-editor
diff options
context:
space:
mode:
authorMathnerd314 <mathnerd314.gph+hs@gmail.com>2021-05-13 04:19:30 -0600
committerGitHub <noreply@github.com>2021-05-13 06:19:30 -0400
commitd1601a40c48426ae460eede1675fd1d6ee23e198 (patch)
tree0231f988eeb50b8f4fc15bc2089283436bf085c3 /pkgs/applications/editors/supertux-editor
parent77523d2c66ebc2628032fda4bb0318e211c4214a (diff)
downloadnixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.tar
nixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.tar.gz
nixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.tar.bz2
nixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.tar.lz
nixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.tar.xz
nixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.tar.zst
nixpkgs-d1601a40c48426ae460eede1675fd1d6ee23e198.zip
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.
Diffstat (limited to 'pkgs/applications/editors/supertux-editor')
-rw-r--r--pkgs/applications/editors/supertux-editor/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }