1 { lib, stdenv, fetchFromGitHub, faust2jaqt, faust2lv2 }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
10 sha256 = "1w80cmiyzca1wirf5gypg3hcix1ky777id8wnd3k92mn1jf4a24y";
13 buildInputs = [ faust2jaqt faust2lv2 ];
15 dontWrapQtApps = true;
18 faust2jaqt -vec -time -t 99999 ${pname}.dsp
19 faust2lv2 -vec -time -gui -t 99999 ${pname}.dsp
24 for f in $(find . -executable -type f); do
28 cp -r ${pname}.lv2/ $out/lib/lv2
32 description = "A FAUST patch inspired by the Indian Tambura/Tanpura - a four string drone instrument, known for its unique rich harmonic timbre";
33 homepage = "https://github.com/olilarkin/Tambura";
34 license = licenses.gpl2;
35 maintainers = [ maintainers.magnetophon ];