about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/audio/open-music-kontrollers/synthpod.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/audio/open-music-kontrollers/synthpod.nix')
-rw-r--r--nixpkgs/pkgs/applications/audio/open-music-kontrollers/synthpod.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/audio/open-music-kontrollers/synthpod.nix b/nixpkgs/pkgs/applications/audio/open-music-kontrollers/synthpod.nix
new file mode 100644
index 000000000000..9b7964e839bf
--- /dev/null
+++ b/nixpkgs/pkgs/applications/audio/open-music-kontrollers/synthpod.nix
@@ -0,0 +1,13 @@
+{ callPackage, lilv, libjack2, alsa-lib, zita-alsa-pcmi, libxcb, xcbutilxrm, sratom, gtk2, qt5,  libvterm-neovim, robodoc, cmake,... } @ args:
+
+callPackage ./generic.nix (args // rec {
+  pname = "synthpod";
+  version = "unstable-2021-10-22";
+
+  url = "https://git.open-music-kontrollers.ch/lv2/synthpod/snapshot/synthpod-6f284bdad882037a522c120af92b96d8abf2de60.tar.xz";
+  sha256 = "sha256-59WBlOKum5Pcmq2CfFfRHCNEa8uPCoBk0kSjFlIcypw=";
+
+  additionalBuildInputs = [ lilv libjack2 alsa-lib zita-alsa-pcmi libxcb xcbutilxrm sratom gtk2 qt5.qtbase qt5.wrapQtAppsHook libvterm-neovim robodoc cmake ];
+
+  description = "Lightweight Nonlinear LV2 Plugin Container";
+})