mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-13 21:46:40 +01:00
This commit is contained in:
parent
6bc456c814
commit
07f6f82268
22 changed files with 298 additions and 108 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#dontStrip = true; separateDebugInfo = true;
|
||||
#}));
|
||||
in pkgs.mkShell {
|
||||
name = "vestal-devshell";
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
freetype
|
||||
|
|
@ -11,6 +12,7 @@ in pkgs.mkShell {
|
|||
#bear
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
unicorn
|
||||
jack2
|
||||
lilv
|
||||
serd
|
||||
|
|
@ -22,6 +24,7 @@ in pkgs.mkShell {
|
|||
VST3_SDK_DIR = "/home/user/Lab/Music/tek/vst3sdk/";
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib.outPath}/lib";
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath (with pkgs; [
|
||||
unicorn
|
||||
pipewire.jack
|
||||
# for ChowKick.lv2:
|
||||
freetype
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue