-
-
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
WIP Add teamtalk5 #376817
WIP Add teamtalk5 #376817
Conversation
All seems to be in order on aarch64-darwin. I am still working on packaging for x86_64-linux, I'm currently having trouble correctly supplying all the right Qt libraries. I want to try some things before I open a thread on Discourse, but I will likely do that soon. Any initial feedback or assistance would be greatly appreciated, thank you |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/help-packaging-qt5-binary-application-teamtalk5/59390/1 |
Okay, so I've been able to get it to run on NixOS, but only with If I try to run the binary normally I still get
(Impure because this is an unfree package) I've tried every possible permutation I could come up with from digging around to pass args to wrapQtAppsHook, any advice would be greatly appreciated |
If you're on wayland you may need to install |
Oops, yeah I can make a new PR. Hmm... you're saying I just need to add qtwayland to my package set? That seems odd, I would think I should get it into derivation, so when you install it should just work? When I make the new PR I'll keep playing with it |
Unfortunately, yes. That seems to play better with the Qt plugin paradigm than including it in package inputs. At least, that's the case with Qt 6, I haven't tested with Qt 5 offhand. |
New Package TeamTalk
Add self to maintainers list
TeamTalk 5 is a freeware conferencing system which allows multiple users to participate in audio and video conversations
https://bearware.dk
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.