asymptote: mark broken on darwin
It only builds with gc-7.6.0 on darwin for some reason. /cc ZHF #45961
This commit is contained in:
parent
b814881394
commit
9fc6f1123d
@ -63,6 +63,7 @@ stdenv.mkDerivation {
|
||||
description = "A tool for programming graphics intended to replace Metapost";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [ maintainers.raskin maintainers.peti ];
|
||||
broken = stdenv.isDarwin; # https://github.com/vectorgraphics/asymptote/issues/69
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user