-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Carla: properly wrap plugin programs #68795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Now it indeed works, though carla-patchbay vst seem to load carla-rack instead. |
Bumped into the pyQt5 problem with Carla VST today. I can confirm that this updated expression fixes the pyQt5 library problem. It is definitely an improvement over the current version, and this could be merged now. I could obsevre too that carla-patchbay loads carla-rack instead. Not clear whether it comes from this nix expression or the upstream project. |
@minijackson did you make any unpublished progress since september? |
@jpotier no, I think this is all I have |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Is this a problem with nixpkgs/this patch or with Carla? |
I have no idea. |
Hmm. At least:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already beneficial as is
Carla: properly wrap plugin programs (cherry picked from commit 4dfb636)
Motivation for this change
Fixes #67923. @suhr could you test that it works for you?
Also enabled parallel building because it's way faster.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
I'm not sure that is necessary