chore: restructure and update deps
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-04-06 01:16:30 +03:00
parent 6bc456c814
commit 07f6f82268
22 changed files with 298 additions and 108 deletions

View file

@ -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