-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
teamviewer v9 #4542
teamviewer v9 #4542
Conversation
stdenv.mkDerivation { | ||
name = "teamviewer-9.0.32150"; | ||
src = fetchurl { | ||
url = "http://download.teamviewer.com/download/version_9x/teamviewer_linux_x64.deb"; |
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.
hash will change with every new teamviewer update :(
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.
Yes, my work is just copy-paste of version 8 with replacing it with 9.
It works. I know it could be better but i figured i'll make pull request so others wont have to do manual work which i did.
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.
Could you do something similar to pkgs/games/planetaryannihilation/default.nix
? So user has to set the download url
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.
Adding possibility to override hash and url while retaining default one seems really good idea.
I'll try to add it when i'll have at least a little bit of time.
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.
Cool, thanks! Then we should do the same for versions 7 and 8.
Updated SHA256 and merged manually. Can somebody tell me how to actually use this though? It complains about a missing daemon... |
This shouldn't have been merged. Hash will change on every update, leaving a poor UX. See my comment above. |
It's the same as 8.nix which means you need to run teamviewerd as root before using client as normal user. How do i make changes when the branch is closed? Shall i open a new one? |
No description provided.