fix warnings; 27.2% cov

This commit is contained in:
🪞👃🪞 2025-03-04 01:03:13 +02:00
parent 5352a9d548
commit d5a304e645
5 changed files with 19 additions and 9 deletions

View file

@ -9,5 +9,5 @@
in pkgs.mkShell.override {
inherit stdenv;
} {
inherit name nativeBuildInputs buildInputs VST3_SDK_DIR LIBCLANG_PATH LD_LIBRARY_PATH;
inherit name nativeBuildInputs buildInputs LIBCLANG_PATH LD_LIBRARY_PATH;
}