about summary refs log tree commit diff
path: root/pkgs/tools/admin/nomachine-client
AgeCommit message (Collapse)AuthorFilesLines
2022-06-23nomachine-client: 7.9.2 -> 7.10.1talyz1-4/+4
2022-06-16treewide/servers,tools: add sourceType binaryNativeCode for many packagesRobert Scott1-0/+1
2022-04-13nomachine-client: 7.8.2 -> 7.9.2talyz1-3/+3
2022-02-11nomachine-client: 7.6.2 -> 7.8.2talyz1-4/+4
2021-08-21nomachine-client: 7.4.1 -> 7.6.2talyz1-6/+5
2021-04-06nomachine-client: 7.2.3 -> 7.4.1Austin Butler1-6/+6
2021-03-06nomachine-client: 7.0.211 -> 7.2.3Austin Butler1-6/+6
2021-01-27nomachine-client: 6.12.3 -> 7.0.211Austin Butler1-16/+13
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-02nomachine-client: 6.11.2 -> 6.12.3talyz1-6/+6
2020-06-19nomachine-client: 6.10.12 -> 6.11.2Austin Butler1-4/+4
2020-05-14nomachine-client: Add archive.org to source urlstalyz1-2/+8
NoMachine removes each old release as soon as a new one is available, resulting in failed downloads. Thankfully, the Internet Archive provides backups of old downloads, so we can use it as a fallback.
2020-05-14nomachine-client: 6.9.2 -> 6.10.12Meghea Iulian1-11/+11
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-01-21nomachine-client: 6.8.1 -> 6.9.2talyz1-4/+4
2019-09-19nomachine-client: 6.7.6 -> 6.8.1talyz1-6/+6
2019-06-17Merge pull request #62727 from talyz/nomachine-6.7.6Elis Hirwing1-6/+6
nomachine-client: 6.6.8 -> 6.7.6
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-05nomachine-client: 6.6.8 -> 6.7.6talyz1-6/+6
2019-04-07nomachine-client: 6.5.6 -> 6.6.8talyz1-6/+6
2019-02-24nomachine-client: 6.4.6_1 -> 6.5.6 (#56269)talyz1-7/+9
Update package. Also, since the last digit differs between the 32- and 64-bit version, remove it from the version number and introduce two separate variables - one for each architecture.
2018-12-19nomachine-client: Fix audio supporttalyz1-2/+7
libnxcau.so needs libpulse.so.0 for audio to work, but doesn't have a DT_NEEDED entry for it, so it's not automatically detected. This adds the missing entry and libpulseaudio to buildInputs, enabling autoPatchelfHook to fix the RPATH.
2018-12-19nomachine-client: 6.3.6_1 -> 6.4.6_1talyz1-3/+3
2018-11-02nomachine-client: init at 6.3.6_1talyz1-0/+83
Packages mainly the nxplayer part of the client, since the tray doesn't work very well without the server / a complete installation. Use the shipped libs, since nxplayer really doesn't like any others. I believe they use internally modified versions of many libs. Audio doesn't work: the libasound.so shipped looks for the alsa config files in the wrong place, and even if it finds them, it still doesn't work. Using the one from alsaLib doesn't work either and adds instability.