6 buildOctavePackage rec {
11 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
12 sha256 = "05ijh3izgfaan84n6zp690nap9vnz0zicjd0cgvd1c6askm7vxql";
15 # The only compilation problem is that no formatting specifier was provided
16 # for the error function. Because errorText is a string, I provide such a
17 # formatting specifier.
19 sed -i s/"error(errorText)"/"error(\"%s\", errorText)"/g src/*.cc
23 name = "GNU Octave Clipping Polygons Tool";
24 homepage = "https://octave.sourceforge.io/octclip/index.html";
25 license = with licenses; [ gpl3Plus ]; # modified BSD?
26 maintainers = with maintainers; [ KarlJoad ];
27 description = "Perform boolean operations with polygons using the Greiner-Hormann algorithm";