mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
octave: do not use graphicsmagick when there is no ghostscript
This commit is contained in:
parent
d578c66641
commit
e8d9cc650a
@ -5589,6 +5589,7 @@ in
|
|||||||
octave = callPackage ../development/interpreters/octave {
|
octave = callPackage ../development/interpreters/octave {
|
||||||
qt = null;
|
qt = null;
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
|
graphicsmagick = null;
|
||||||
llvm = null;
|
llvm = null;
|
||||||
hdf5 = null;
|
hdf5 = null;
|
||||||
glpk = null;
|
glpk = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user