8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "magnetophon";
16 sha256 = "0yhj680zgk4dn4fi8j3apm72f3z2mjk12amf2a7p0lwn9iyh4a2z";
24 dontWrapQtApps = true;
29 faust2jaqt -time -vec -double -t 99999 $f
34 faust2lv2 -time -vec -double -gui -t 99999 $f
40 mv *.lv2/ $out/lib/lv2
42 for f in $(find . -executable -type f); do
48 description = "Group of compressors mixed into a bus, sidechained from that mix bus. For jack and lv2";
49 homepage = "https://github.com/magnetophon/CompBus";
50 license = lib.licenses.gpl3;
51 maintainers = [ lib.maintainers.magnetophon ];