eureka-editor: mark broken on darwin

This commit is contained in:
Sandro 2020-11-04 16:37:26 +01:00 committed by Sandro Jäckel
parent 81c5e31043
commit ef508ccfc7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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 ];
};
}