12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 fetchSubmodules = true;
21 hash = "sha256-dOcDPtiKN9Kfs2cdaeDO/GkWrh5tfJSHfiHPBtxJXvc=";
36 description = "LV2 plugin for using Bauer stereophonic-to-binaural DSP library";
37 homepage = "https://github.com/nilninull/bs2b-lv2";
38 license = licenses.gpl3Plus;
39 maintainers = with maintainers; [ orivej ];
40 platforms = platforms.linux;