Skip to content
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

Closed
wants to merge 2 commits into from
Closed

tlclient: init at 4.16.0 #293173

wants to merge 2 commits into from

Conversation

Noah1989
Copy link
Contributor

@Noah1989 Noah1989 commented Mar 4, 2024

Based on #106052 (no idea why that never got merged), fixes #105399

Description of changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@NixOSInfra NixOSInfra added the 12. first-time contribution This PR is the author's first one; please be gentle! label Mar 4, 2024
@ofborg ofborg bot added the 8.has: package (new) This PR adds a new package label Mar 4, 2024
@ofborg ofborg bot requested a review from SCOTT-HAMILTON March 4, 2024 05:15
@ofborg ofborg bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Mar 4, 2024
@Rider128
Copy link

Rider128 commented Mar 4, 2024

I run the client and I have encountered 0 issue, all the functionalities were there.

@Noah1989 Noah1989 changed the title tlclient: 14.16.0 tlclient: 4.16.0 Mar 7, 2024
@wegank wegank added the 2.status: merge conflict This PR has merge conflicts with the target branch label Jul 4, 2024
@Vaisakhkm2625
Copy link

😥 does this merged soon?

Copy link
Contributor

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 { };
Copy link
Contributor

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; {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
meta = with lib; {
meta = {

tracking issue: #292468

Comment on lines +69 to +70
maintainers = with maintainers; [ shamilton ];
platforms = platforms.linux;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maintainers = with maintainers; [ shamilton ];
platforms = platforms.linux;
maintainers = with lib.maintainers; [ shamilton ];
platforms = [ "x86_64-linux" ];

Copy link
Contributor

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 ];

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
dontConfigure = true;

};

nativeBuildInputs = [ autoPatchelfHook copyDesktopItems ];
propagatedBuildInputs = [ alsa-lib libX11 pcsclite ];
Copy link
Contributor

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";
Copy link
Contributor

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)

@eclairevoyant eclairevoyant changed the title tlclient: 4.16.0 tlclient: init at 4.16.0 Aug 7, 2024
@felixalbrigtsen felixalbrigtsen mentioned this pull request Sep 17, 2024
13 tasks
@h7x4 h7x4 closed this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 12. first-time contribution This PR is the author's first one; please be gentle!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ThinLinc
8 participants