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 {
|
gnuplot = callPackage ../tools/graphics/gnuplot {
|
||||||
texLive = null;
|
texLive = null;
|
||||||
lua = null;
|
lua = null;
|
||||||
|
texinfo = texinfo4; # build errors with gnuplot-4.6.3
|
||||||
|
|
||||||
# use gccApple to compile on darwin, seems to resolve a malloc error
|
# use gccApple to compile on darwin, seems to resolve a malloc error
|
||||||
stdenv = if stdenv.isDarwin
|
stdenv = if stdenv.isDarwin
|
||||||
|
Loading…
Reference in New Issue
Block a user