octavePackages.geometry: fix build of octave environment by adding top-level gsl library

This commit is contained in:
Doron Behar
2026-03-04 15:35:49 +02:00
parent a0b51629f9
commit 0157e9e146
@@ -3,6 +3,7 @@
lib,
fetchurl,
matgeom,
gsl,
}:
buildOctavePackage rec {
@@ -18,6 +19,10 @@ buildOctavePackage rec {
matgeom
];
buildInputs = [
gsl
];
meta = {
homepage = "https://gnu-octave.github.io/packages/geometry/";
license = with lib.licenses; [