Merge pull request #102775 from SuperSandro2000/patch-3
eureka-editor: mark broken on darwin
This commit is contained in:
commit
af6ebad51c
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user