9 buildOctavePackage rec {
14 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
15 sha256 = "1lvfxbqmw8h1nlrxmvrl6j4xffmbzxfhdpxz3vrc6lg2g4jwaa6h";
23 homepage = "https://octave.sourceforge.io/gsl/index.html";
24 license = licenses.gpl2Plus;
25 maintainers = with maintainers; [ KarlJoad ];
26 description = "Octave bindings to the GNU Scientific Library";
27 # error: use of undeclared identifier 'feval'; did you mean 'octave::feval'?
28 # error: no member named 'is_real_type' in 'octave_value'
29 broken = stdenv.hostPlatform.isDarwin;