15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 sha256 = "sha256-LndlwdM5NlTv73Z1lMkHuIZkVfn48P/LssBnE4X9Sgc=";
45 description = "A component library used by the fre:ac audio converter";
46 license = licenses.gpl2Plus;
47 homepage = "https://github.com/enzo1982/boca";
48 maintainers = with maintainers; [ shamilton ];
49 platforms = platforms.linux;