-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
jamulus: init at 3.5.3 #87914
jamulus: init at 3.5.3 #87914
Conversation
c604131
to
4ab0220
Compare
The project' output binary is named "Jamulus" by default. (uppercase J). the documentation mentions the option to set it to lowercase "jamulus" instead
should we do that? |
Uppercase binary name is fine. |
I packaged Jamulus for nix/nixos and it would be neat if there was an option to specify a path at which to install the binary. I'm not really familiar with qmake -- is this a good way to achieve this? (nixpkgs pull request: NixOS/nixpkgs#87914)
Does anything else need to be done before this can be merged? I'd suggest to postpone the considerations about additional installation of .desktop files and icons, until a clean solution existis in jamulus. They aren't necessary for core funcionality anyway and would increase the complexity here by quite a bit. |
Squashing into two commits
should be enough. |
That can be done by the person who does the merge in basically one click, and doesn't require any additional force-pushes here, right? |
GitHub only allows squishing everything into a single commit, as far as I am aware. Local interactive rebase and force push will be needed. |
Thanks. |
Thanks for the guidance! |
Motivation for this change
Jamulus did not seem to be packaged for nixos before and it would be great to use it on nixos!
My first nix package, I hope I didn't do anything stupid (works fine on my nixos laptop).
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)