eureka-editor: mark broken on darwin
This commit is contained in:
parent
81c5e31043
commit
ef508ccfc7
@ -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";
|
description = "A map editor for the classic DOOM games, and a few related games such as Heretic and Hexen";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
maintainers = with maintainers; [ neonfuz ];
|
maintainers = with maintainers; [ neonfuz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user