From ef508ccfc7ca7c7cb84837af6f4760c089f9cdcb Mon Sep 17 00:00:00 2001 From: Sandro Date: Wed, 4 Nov 2020 16:37:26 +0100 Subject: [PATCH] eureka-editor: mark broken on darwin --- pkgs/applications/misc/eureka-editor/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/eureka-editor/default.nix b/pkgs/applications/misc/eureka-editor/default.nix index d72aeb629c38..7cee0487ea82 100644 --- a/pkgs/applications/misc/eureka-editor/default.nix +++ b/pkgs/applications/misc/eureka-editor/default.nix @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { description = "A map editor for the classic DOOM games, and a few related games such as Heretic and Hexen"; license = licenses.gpl2; platforms = platforms.all; + broken = stdenv.isDarwin; maintainers = with maintainers; [ neonfuz ]; }; }