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:
parent
d578c66641
commit
e8d9cc650a
1 changed files with 1 additions and 0 deletions
|
@ -5589,6 +5589,7 @@ in
|
|||
octave = callPackage ../development/interpreters/octave {
|
||||
qt = null;
|
||||
ghostscript = null;
|
||||
graphicsmagick = null;
|
||||
llvm = null;
|
||||
hdf5 = null;
|
||||
glpk = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue