I’ve created a draft PR for squeezer, a nice VST plugin for audio compression. The packaging is… clunky, because the project relies on external SDKs like juce, vst3 and vst2.
https://github.com/NixOS/nixpkgs/pull/93816
My concern is VST2, as I understand, it is proprietary and non-redistributable. How would we work around it so that we could have VSTs packaged in nixpkgs for audio people using Nix and NixOS?
Edit: in this specific case, fortunately there seems to be a plan to introduce vst3 https://github.com/mzuther/Squeezer/issues/10