-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
tlclient: init at 4.16.0 #293173
tlclient: init at 4.16.0 #293173
Conversation
I run the client and I have encountered 0 issue, all the functionalities were there. |
😥 does this merged soon? |
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.
Please run nixfmt
on this file.
Also, this should go in pkgs/by-name...
@@ -5433,6 +5433,8 @@ with pkgs; | |||
|
|||
fx = callPackage ../development/tools/fx { }; | |||
|
|||
tlclient = callPackage ../applications/networking/remote/tlclient { }; |
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.
...and remove this entry.
}) | ||
]; | ||
|
||
meta = with lib; { |
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.
meta = with lib; { | |
meta = { |
tracking issue: #292468
maintainers = with maintainers; [ shamilton ]; | ||
platforms = platforms.linux; |
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.
maintainers = with maintainers; [ shamilton ]; | |
platforms = platforms.linux; | |
maintainers = with lib.maintainers; [ shamilton ]; | |
platforms = [ "x86_64-linux" ]; |
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.
also did you check with @SCOTT-HAMILTON if they are still prepared to maintain this?
|
||
nativeBuildInputs = [ autoPatchelfHook copyDesktopItems ]; | ||
propagatedBuildInputs = [ alsa-lib libX11 pcsclite ]; | ||
|
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.
dontConfigure = true; |
}; | ||
|
||
nativeBuildInputs = [ autoPatchelfHook copyDesktopItems ]; | ||
propagatedBuildInputs = [ alsa-lib libX11 pcsclite ]; |
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.
why are these propagated?
src = fetchurl { | ||
# x86_64 arch tarball | ||
url = "https://www.cendio.com/downloads/clients/tl-${version}-client-linux-dynamic-x86_64.tar.gz"; | ||
sha256 = "ea3a92186cbaf71cc4ab692b3baeadd94b3836242e58705a38fe3683f4f18691"; |
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.
please use SRI hash (set hash = "";
and then get the hash from the error)
Based on #106052 (no idea why that never got merged), fixes #105399
Description of changes
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.