biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / applications / audio / open-music-kontrollers / jit.nix
blob937a6446a8da3338f757867861ea5e6469721c3d
1 { callPackage, lv2, fontconfig, libvterm-neovim, ... } @ args:
3 callPackage ./generic.nix (args // rec {
4   pname = "jit";
5   version = "unstable-2021-08-15";
6   url = "https://git.open-music-kontrollers.ch/lv2/${pname}.lv2/snapshot/${pname}.lv2-1f5d6935049fc0dd5a4dc257b84b36d2048f2d83.tar.xz";
7   sha256 = "sha256-XGICowVb0JgLJpn2h9GtViobYTdmo1LJ7/JFEyVsIqU=";
9   additionalBuildInputs = [ lv2 fontconfig libvterm-neovim ];
11   description = "A Just-in-Time C/Rust compiler embedded in an LV2 plugin";