forked from mirrors/nixpkgs
gnuplot: fix build via using texinfo4
This commit is contained in:
parent
7ff9622310
commit
16e224b93a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue