6 buildOctavePackage rec {
11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
12 sha256 = "0zkyldm63pc3pcal3yvj6af24cvpjvv9qfhf0ihhwcsh4w3yggyv";
15 # Has been fixed in more recent commits, but has not been pushed out as a
17 # The sed changes allow nurbs to compile.
19 sed -i s/feval/octave::feval/g src/*.cc
20 sed -i s/is_real_type/isreal/g src/*.cc
21 sed -i s/is_cell/iscell/g src/*.cc
25 homepage = "https://octave.sourceforge.io/nurbs/index.html";
26 license = licenses.gpl3Plus;
27 maintainers = with maintainers; [ KarlJoad ];
28 description = "Collection of routines for the creation, and manipulation of Non-Uniform Rational B-Splines (NURBS), based on the NURBS toolbox by Mark Spink";