10 buildOctavePackage rec {
15 url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
16 sha256 = "sha256-/4akeeOQnvTlk9ah+e8RJfwJG2Eq2HAGOCejhiIUjF4=";
23 propagatedBuildInputs = [
30 homepage = "https://octave.sourceforge.io/audio/index.html";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [ KarlJoad ];
33 description = "Audio and MIDI Toolbox for GNU Octave";
34 platforms = platforms.linux; # Because of run-time dependency on jack2 and alsa-lib