-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
reaper-reapack-extension: init at 1.2.5 #383221
Conversation
dabd4a2
to
9c0f567
Compare
0021a62
to
945dcef
Compare
So far it seems like there's a linking issue on darwin, and I don't have a proper way to test it myself. I've gone ahead and split the derivation into two files so that it's easier to work on in the future. For now I've just made darwin grab the prebuilt files, so that I don't have to mark it broken. |
I'm gonna poke at this some more, actually, back to drafts for a bit. |
4f4d8d0
to
92e619a
Compare
Nice 👍 I built this pr and it works for me 👍 |
Just reviews/a committer, I'm glad it works for you! :) |
Builds on x64 Linux. What kind of extensions does it manage? In particular, could native extensions need patching to run on NixOS? |
It's not something I've ever come across, at least. Most of what's on reapack is built from reaper's own scripting/actions utilities, so I don't think we'll run into those sort of issues. If they did arise somewhere one would just need to supply a forked repository inside of reapack to fix paths or whatnot for a given tool (but again, I don't think this should come up). I also happen to know from poking through the reaper derivation that it already is set up to work with reapack itself, so barring some really strange interaction, we should be set. |
Reapack is a package manager for REAPER. Discover, install, and keep up to date your REAPER resources including ReaScripts, JS effects, extensions, themes, language packs, templates, web interfaces and more.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.