Pass correct Qt version to octaveFull for GUI
This commit is contained in:
parent
4888f83063
commit
ef7bd2ed86
@ -3285,6 +3285,7 @@ let
|
||||
};
|
||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||
fltk = fltk13;
|
||||
qt = qt4;
|
||||
}));
|
||||
|
||||
# mercurial (hg) bleeding edge version
|
||||
|
Loading…
Reference in New Issue
Block a user