openblas: add flint and R to tests

This commit is contained in:
Luna Nova
2026-03-12 09:43:03 -07:00
parent 02d96bd277
commit f0210e2e27
@@ -32,10 +32,12 @@
# for passthru.tests
ceres-solver,
flint,
giac,
octave,
opencv,
python3,
R,
openmp ? null,
testers,
}:
@@ -331,9 +333,11 @@ stdenv.mkDerivation (finalAttrs: {
inherit (python3.pkgs) numpy scipy scikit-learn;
inherit
ceres-solver
flint
giac
octave
opencv
R
;
pkg-config = testers.hasPkgConfigModules {
package = finalAttrs.finalPackage;