Commit graph

19 commits

Author SHA1 Message Date
Austin Butler 5df9c14cee nomachine-client: 7.2.3 -> 7.4.1 2021-04-06 23:10:24 -07:00
Austin Butler b3c90695a9 nomachine-client: 7.0.211 -> 7.2.3 2021-03-06 16:51:58 -08:00
Austin Butler 00138204d0 nomachine-client: 6.12.3 -> 7.0.211 2021-01-27 21:05:04 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
talyz e635dccfdd
nomachine-client: 6.11.2 -> 6.12.3 2020-10-02 16:46:53 +02:00
Austin Butler d0cdf0c528 nomachine-client: 6.10.12 -> 6.11.2 2020-06-19 15:38:40 -07:00
talyz 022f2cc02f
nomachine-client: Add archive.org to source urls
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-14 23:03:09 +02:00
Meghea Iulian 46213cf4d6 nomachine-client: 6.9.2 -> 6.10.12 2020-05-14 11:09:17 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
talyz 62af7804ef nomachine-client: 6.8.1 -> 6.9.2 2020-01-21 10:29:39 +01:00
talyz 43dc5c0e8f nomachine-client: 6.7.6 -> 6.8.1 2019-09-19 13:16:08 +02:00
Elis Hirwing fac8d2d01b
Merge pull request #62727 from talyz/nomachine-6.7.6
nomachine-client: 6.6.8 -> 6.7.6
2019-06-17 09:33:32 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
talyz 93a680605d nomachine-client: 6.6.8 -> 6.7.6 2019-06-05 14:36:04 +02:00
talyz 9d1e509ecd nomachine-client: 6.5.6 -> 6.6.8 2019-04-07 17:58:36 +02:00
talyz fb58041386 nomachine-client: 6.4.6_1 -> 6.5.6 (#56269)
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.
2019-02-24 12:11:22 +01:00
talyz aaf353e7ad nomachine-client: Fix audio support
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-19 14:14:09 +01:00
talyz 1fc12ef702 nomachine-client: 6.3.6_1 -> 6.4.6_1 2018-12-19 13:29:47 +01:00
talyz 06acfb853f nomachine-client: init at 6.3.6_1
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.
2018-11-02 15:56:46 +01:00