octavePackages.geometry: fix build of octave environment by adding top-level gsl library
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user