diff options
| author | Rob Vermaas <rob.vermaas@gmail.com> | 2017-08-28 14:44:32 +0000 |
|---|---|---|
| committer | Rob Vermaas <rob.vermaas@gmail.com> | 2017-08-28 14:44:32 +0000 |
| commit | 3f03d7a5cec7ca5d9bcb4e02733888022f70605b (patch) | |
| tree | fdba9416d9bed1bec2085233417ecb3f58770261 | |
| parent | 51b95956729d2949a34f67f46371b2dbf11e24e8 (diff) | |
| download | hydra-recipes-3f03d7a5cec7ca5d9bcb4e02733888022f70605b.tar.gz | |
Trying to fix octave build by adding 'missing' libraries
| -rw-r--r-- | octave/release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/octave/release.nix b/octave/release.nix index 51275da..862746a 100644 --- a/octave/release.nix +++ b/octave/release.nix @@ -35,7 +35,7 @@ let gnuplot zlib ghostscript transfig xfig pstoedit hdf5 texinfo qrupdate suitesparse curl texLive fftw fftwSinglePrec bzip2 glpk graphicsmagick openjdk qscintilla qt4 xvfb_run - libsndfile portaudio lzip + libsndfile portaudio lzip libtiff lzma libjpeg ] # Optional dependencies for building native graphics on Mesa platforms. |
