Loading
octavePackages.image: add inputs to test environment for graphical tests
Some Octave packages require OpenGL for their unit tests, e.g. `octavePackages.image`. Previously, this test script would have erroneous failures because OpenGL could not be found. [1] suggested that we add these to the test environment to remove these incorrect failures. Fixing OpenGL being missing actually meant that gnuplot needed to be pulled in, because these unit tests were plotting AND doing graphics. And because gnuplot needs fonts, we need fontconfig too. [1] https://github.com/NixOS/nixpkgs/pull/491992#issuecomment-3944950414 Co-authored-by:Michael Daniels <mdaniels5757@gmail.com> Co-authored-by:
Karl Hallsby <karl@hallsby.com>