7 buildOctavePackage rec {
12 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
13 sha256 = "sha256-d9J6BfNFeM5LtMqth0boSPd9giYU42KBnxrsUCmKK1s=";
21 homepage = "https://octave.sourceforge.io/nan/index.html";
22 license = licenses.gpl3Plus;
23 maintainers = with maintainers; [ KarlJoad ];
24 description = "Statistics and machine learning toolbox for data with and w/o missing values";