0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

octave: do not use graphicsmagick when there is no ghostscript

This commit is contained in:
Michael Raskin 2016-05-30 12:12:59 +02:00
parent d578c66641
commit e8d9cc650a

View file

@ -5589,6 +5589,7 @@ in
octave = callPackage ../development/interpreters/octave {
qt = null;
ghostscript = null;
graphicsmagick = null;
llvm = null;
hdf5 = null;
glpk = null;