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:
Lluís Batlle i Rossell 2013-03-17 21:17:12 +01:00
parent 4ec3035a04
commit e8ab3a7549

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
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 ];
doCheck = true;