8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-lIyOcN2AR3ilUZ9stpicjbwlredbwgGPwmMICxZEijU=";
20 # Fix gcc-13 build failure:
21 # https://github.com/sp-nitech/SPTK/pull/57
23 name = "gcc-13.patch";
24 url = "https://github.com/sp-nitech/SPTK/commit/060bc2ad7a753c1f9f9114a70d4c4337b91cb7e0.patch";
25 hash = "sha256-QfzpIS63LZyTHAaMGUZh974XLRNZLQG3om7ZJJ4RlgE=";
36 changelog = "https://github.com/sp-nitech/SPTK/releases/tag/v${version}";
37 description = "Suite of speech signal processing tools";
38 homepage = "https://github.com/sp-nitech/SPTK";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ fab ];