Merge pull request #79161 from bcdarwin/octave-disable-qscintilla
octave: build without qscintilla by default
This commit is contained in:
commit
b07817fbb6
@ -9178,6 +9178,7 @@ in
|
|||||||
let
|
let
|
||||||
defaultOctaveOptions = {
|
defaultOctaveOptions = {
|
||||||
qt = null;
|
qt = null;
|
||||||
|
qscintilla = null;
|
||||||
ghostscript = null;
|
ghostscript = null;
|
||||||
graphicsmagick = null;
|
graphicsmagick = null;
|
||||||
llvm = null;
|
llvm = null;
|
||||||
@ -9199,6 +9200,7 @@ in
|
|||||||
|
|
||||||
octaveFull = (lowPrio (octave.override {
|
octaveFull = (lowPrio (octave.override {
|
||||||
qt = qt4;
|
qt = qt4;
|
||||||
|
inherit qscintilla;
|
||||||
overridePlatforms = ["x86_64-linux" "x86_64-darwin"];
|
overridePlatforms = ["x86_64-linux" "x86_64-darwin"];
|
||||||
openblas = if stdenv.isDarwin then openblasCompat else openblas;
|
openblas = if stdenv.isDarwin then openblasCompat else openblas;
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user