3
0
Fork 0
forked from mirrors/nixpkgs

gnuplot: fix build via using texinfo4

This commit is contained in:
Vladimír Čunát 2013-10-30 21:59:03 +01:00
parent 7ff9622310
commit 16e224b93a

View file

@ -996,6 +996,7 @@ let
gnuplot = callPackage ../tools/graphics/gnuplot {
texLive = null;
lua = null;
texinfo = texinfo4; # build errors with gnuplot-4.6.3
# use gccApple to compile on darwin, seems to resolve a malloc error
stdenv = if stdenv.isDarwin