Commit 0157e9e1 authored by Doron Behar's avatar Doron Behar
Browse files

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

parent a0b51629
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; [