summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-20 19:55:01 +0100
committerGitHub <noreply@github.com>2022-03-20 19:55:01 +0100
commit1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8 (patch)
tree946c6761c9eb6e1c763fde4070d06eabd4ab33fa
parent3de1c0516f8b6f30fb1533dbab08eb1111c0cd12 (diff)
downloadnixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.tar
nixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.tar.gz
nixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.tar.bz2
nixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.tar.lz
nixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.tar.xz
nixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.tar.zst
nixpkgs-1282a971ebb7841b5f4d30d96b22b1c4ac5f27c8.zip
Update pkgs/applications/audio/open-music-kontrollers/synthpod.nix
-rw-r--r--pkgs/applications/audio/open-music-kontrollers/synthpod.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/open-music-kontrollers/synthpod.nix b/pkgs/applications/audio/open-music-kontrollers/synthpod.nix
index 4aad8aa7685..9b7964e839b 100644
--- a/pkgs/applications/audio/open-music-kontrollers/synthpod.nix
+++ b/pkgs/applications/audio/open-music-kontrollers/synthpod.nix
@@ -7,7 +7,7 @@ callPackage ./generic.nix (args // rec {
   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 ];
+  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";
 })