Loading pkgs/development/octave-modules/geometry/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib, fetchurl, matgeom, gsl, }: buildOctavePackage rec { Loading @@ -18,6 +19,10 @@ buildOctavePackage rec { matgeom ]; buildInputs = [ gsl ]; meta = { homepage = "https://gnu-octave.github.io/packages/geometry/"; license = with lib.licenses; [ Loading Loading
pkgs/development/octave-modules/geometry/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib, fetchurl, matgeom, gsl, }: buildOctavePackage rec { Loading @@ -18,6 +19,10 @@ buildOctavePackage rec { matgeom ]; buildInputs = [ gsl ]; meta = { homepage = "https://gnu-octave.github.io/packages/geometry/"; license = with lib.licenses; [ Loading