Merge pull request #102775 from SuperSandro2000/patch-3

eureka-editor: mark broken on darwin
This commit is contained in:
Sandro
2020-11-26 14:31:23 +01:00
committed by GitHub

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