5 # Build-time dependencies
10 buildOctavePackage rec {
11 pname = "miscellaneous";
15 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
16 sha256 = "sha256-VxIReiXTHRJmADZGpA6B59dCdDPCY2bkJt/6mrir1kg=";
23 propagatedBuildInputs = [
28 homepage = "https://octave.sourceforge.io/miscellaneous/index.html";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ KarlJoad ];
31 description = "Miscellaneous tools that don't fit somewhere else";