9 buildOctavePackage rec {
14 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
15 sha256 = "sha256-p0pAC70ZIn9sB8WFiS3oec165S2CDaH2nxo+PolFL1o=";
19 (lib.optional enableJava jdk)
22 propagatedBuildInputs = [
27 homepage = "https://octave.sourceforge.io/io/index.html";
28 license = with licenses; [ gpl3Plus bsd2 ];
29 maintainers = with maintainers; [ KarlJoad ];
30 description = "Input/Output in external formats";