mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: lv2 support?
This commit is contained in:
parent
4b0055a21c
commit
1e395274f6
7 changed files with 153 additions and 10 deletions
|
|
@ -4,5 +4,10 @@
|
|||
];
|
||||
buildInputs = with pkgs; [
|
||||
jack2
|
||||
lilv
|
||||
serd
|
||||
libclang
|
||||
];
|
||||
VST3_SDK_DIR = "/home/user/Lab/Music/tek/vst3sdk/";
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib.outPath}/lib";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue