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
commit af6ebad51c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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