anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / audio / open-music-kontrollers / synthpod.nix
blob9b7964e839bf735c0653c7fb335a990e8d6cd87d
1 { callPackage, lilv, libjack2, alsa-lib, zita-alsa-pcmi, libxcb, xcbutilxrm, sratom, gtk2, qt5,  libvterm-neovim, robodoc, cmake,... } @ args:
3 callPackage ./generic.nix (args // rec {
4   pname = "synthpod";
5   version = "unstable-2021-10-22";
7   url = "https://git.open-music-kontrollers.ch/lv2/synthpod/snapshot/synthpod-6f284bdad882037a522c120af92b96d8abf2de60.tar.xz";
8   sha256 = "sha256-59WBlOKum5Pcmq2CfFfRHCNEa8uPCoBk0kSjFlIcypw=";
10   additionalBuildInputs = [ lilv libjack2 alsa-lib zita-alsa-pcmi libxcb xcbutilxrm sratom gtk2 qt5.qtbase qt5.wrapQtAppsHook libvterm-neovim robodoc cmake ];
12   description = "Lightweight Nonlinear LV2 Plugin Container";