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.
wip/little-gl
Mathnerd314 3 years ago committed by GitHub
parent 77523d2c66
commit d1601a40c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;
};
}

Loading…
Cancel
Save