Skip to content

Commit

Permalink
asymptote: mark broken on darwin
Browse files Browse the repository at this point in the history
It only builds with gc-7.6.0 on darwin for some reason.

/cc ZHF #45961

(cherry picked from commit 9fc6f11)
  • Loading branch information
LnL7 committed Sep 12, 2018
1 parent 642d69b commit 9c9c04f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tools/graphics/asymptote/default.nix
@@ -1,5 +1,5 @@
{stdenv, fetchurl
, freeglut, ghostscriptX, imagemagick, fftw
, freeglut, ghostscriptX, imagemagick, fftw
, boehmgc, libGLU, libGL, mesa_noglu, ncurses, readline, gsl, libsigsegv
, python, zlib, perl, texLive, texinfo, xz
, darwin
Expand Down Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation {

preConfigure = ''
export HOME="$PWD"
patchShebangs .
patchShebangs .
sed -e 's@epswrite@eps2write@g' -i runlabel.in
xz -d < ${texinfo.src} | tar --wildcards -x texinfo-'*'/doc/texinfo.tex
cp texinfo-*/doc/texinfo.tex doc/
Expand Down Expand Up @@ -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;
};
}

0 comments on commit 9c9c04f

Please sign in to comment.