octave: removing texlive dependency
I saw I added it, but I can't remember why, and now I don't see what is it for. It gets into octave closure, so it's a bit annoying for its size.
This commit is contained in:
parent
4ec3035a04
commit
e8ab3a7549
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11
|
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11
|
||||||
graphicsmagick pcre liblapack texLive pkgconfig mesa fltk zlib curl
|
graphicsmagick pcre liblapack pkgconfig mesa fltk zlib curl
|
||||||
fftw fftwSinglePrec qrupdate ];
|
fftw fftwSinglePrec qrupdate ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user