about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
AgeCommit message (Collapse)AuthorFilesLines
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-1/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer6-13/+13
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16Merge master into staging-nextgithub-actions[bot]4-10/+10
2021-01-16treewide: stdenv.lib -> libBen Siraphob4-10/+10
2021-01-15Merge master into staging-nextgithub-actions[bot]1-4/+4
2021-01-15remmina: 1.4.7 -> 1.4.10Rick van Schijndel1-4/+4
2021-01-11Merge branch 'master' into staging-nextJan Tojnar8-15/+15
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch8-15/+15
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-09wayvnc: 0.3.1 -> 0.4.0Michael Weiss1-4/+4
2021-01-07Merge pull request #108448 from rhoriguchi/teamviewerSandro1-0/+1
teamviewer: fix desktop file
2021-01-05Merge pull request #108428 from rhoriguchi/masterSandro1-0/+7
teamviewer: link teamviewer icons
2021-01-05waypipe: 0.7.1 -> 0.7.2Michael Weiss1-2/+2
2021-01-05teamviewer: fix desktop fileRyan Horiguchi1-0/+1
2021-01-04teamviewer: link teamviewer iconsRyan Horiguchi1-0/+7
2020-12-11citrix_workspace: add 20.12.0Maximilian Bosch1-0/+11
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2012
2020-12-08Merge pull request #103939 from rmcgibbo/nice-dcvmarkuskowa1-0/+87
nice-dcv-client: init at 2020.2.1737-1
2020-12-08nice-dcv-client: init at 2020.2.1737-1Robert T. McGibbon1-0/+87
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-11-09Merge master into staging-nextFrederik Rietdijk1-4/+3
2020-11-06waypipe: 0.7.0 -> 0.7.1Michael Weiss1-4/+3
2020-11-03Merge staging-next into stagingFrederik Rietdijk1-1/+2
2020-11-02citrix_workspace: add pcsclite to `runtimeDependencies`Maximilian Bosch1-1/+2
According to the vendor's documentation this is needed to enable smartcard support[1]. [1] https://developer-docs.citrix.com/projects/workspace-app-for-linux-oem-guide/en/latest/customize/#smart-cards
2020-11-01Merge staging-next into stagingFrederik Rietdijk2-6/+19
2020-10-30citrix_workspace: add 20.10.0Maximilian Bosch2-1/+14
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2010
2020-10-30citrix_workspace: remove attributes for old versions; fix i686 buildMaximilian Bosch2-5/+5
2020-10-24freerdp: build tweaksWORLDofPEACE1-5/+11
* use latest ffmpeg_4 * add libjpeg_turbo support * add cairo support * add ffmpeg vaapi support
2020-10-08Merge pull request #96849 from buckley310/vmwareviewAnderson Torres1-0/+80
vmware-horizon-client: init at 2006
2020-10-08vmware-horizon-client: init at 2006Sean Buckley1-0/+80
2020-09-15citrix_workspace: add 20.09.0Maximilian Bosch2-13/+17
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2009 Also removed 19.12.0 which will be out of maintenance in April 2021 which is still within the lifetime of 20.09.
2020-09-07anydesk: 6.0.0 -> 6.0.1R. RyanTM1-2/+2
2020-08-31teamviewer: 15.5.6 -> 15.8.3R. RyanTM1-2/+2
2020-08-24Merge pull request #94354 from flokli/systemd-246Florian Klink1-1/+1
systemd: 245.6 -> 246
2020-08-19anydesk: 5.5.6 -> 6.0.0Maciej Krüger1-3/+3
2020-08-16Merge pull request #92560 from r-ryantm/auto-update/remminaRyan Mulligan1-2/+2
remmina: 1.4.4 -> 1.4.7
2020-08-16Merge pull request #89031 from r-ryantm/auto-update/teamviewerRyan Mulligan1-2/+2
teamviewer: 15.2.2756 -> 15.5.6
2020-08-13citrix-workspace: use lib.getLib systemd instead of systemd.libFlorian Klink1-1/+1
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-01freerdp: 2.1.2 -> 2.2.0R. RyanTM1-2/+2
2020-07-28wayvnc: 0.1.2 -> 0.2.0Michael Weiss2-32/+5
2020-07-15citrix_workspace: drop support for gstreamer 0.10Maximilian Bosch1-4/+7
See https://support.citrix.com/article/CTX224988 cc #39975
2020-07-15citrix_workspace: add more features, refactor derivationMaximilian Bosch4-245/+277
In #89806 it has been reported that the final package is missing a lot of features like support for the self-service GUI and the config-management. While working on supporting those components in the Nix-package, I decided to refactor the package to simplify the entire setup. This patch changes the following things: * Binaries and libraries are patched using the `autoPatchelfHook` to avoid having unneeded libraries linked (e.g. some programs use gtk2, others use gtk3). * Moved source-declarations into their own file. * Wrapped `configmgr` and `selfservice` and added those to `$out/bin`. * Don't mention the old `citrix_receiver`-packages in the manual anymore since those packages were removed in 19.09 and are EOLed anyways. Closes #89806
2020-07-08citrix_workspace: remove old releases that will be EOLed during the lifetime ↵Maximilian Bosch1-39/+7
of 20.09 See https://www.citrix.com/en-gb/support/product-lifecycle/milestones/receiver.html The releases `19.{6,8,10}.0` will be EOLed in 2021 during the expected lifetime of 20.09. As we shouldn't keep outdated software and `19.12.0`/`20.04.0`/`20.06.0` is still maintained (and I didn't encounter any problems with any of those releases), the deprecation should be fine at the moment.
2020-07-08citrix_workspace: add 20.06.0.15Maximilian Bosch1-2/+13
https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2006
2020-07-07waypipe: 0.6.1 -> 0.7.0Michael Weiss1-8/+5
2020-07-07remmina: 1.4.4 -> 1.4.7R. RyanTM1-2/+2
2020-07-06putty: 0.73 -> 0.74R. RyanTM1-2/+2
2020-06-26freerdp: 2.1.1 -> 2.1.2R. RyanTM1-2/+2
2020-06-25treewide: remove deprecated value `Application` from makeDesktopItemzowoq1-1/+1
2020-09-29wayvnc: 0.2.0 -> 0.3.1Michael Weiss1-4/+4
2020-06-16treewide: ffmpeg_4 -> ffmpegzowoq1-2/+2
2020-06-15wayvnc: Add the missing dependency on librtMichael Weiss2-0/+22
See #90452. For some reason the build was working initially but stated failing after some other changes. The problem is a missing dependency to link with librt for shm_open and shm_unlink [0]. Fix #90452. [0]: https://www.man7.org/linux/man-pages/man3/shm_open.3.html