10 stdenv.mkDerivation rec {
14 src = fetchFromGitea {
15 domain = "codeberg.org";
19 hash = "sha256-imeeTj+3gXxoGTuC/13+BAplwcnQ0wRJdSVt7MPlBxc=";
28 preConfigure = "./bootstrap";
30 enableParallelBuilding = true;
33 description = "Program and library for changing the tempo, pitch and playback rate of audio";
34 homepage = "https://www.surina.net/soundtouch/";
35 license = licenses.lgpl21Plus;
36 maintainers = with maintainers; [ orivej ];
37 mainProgram = "soundstretch";
38 platforms = platforms.all;