nixpkgs/pkgs/applications/networking/remote
Maximilian Bosch 10b2208ec5
citrix_receiver: allow custom certs and hooks for the installation
Sometimes it's required to modify some parts of the Citrix build on
their own which is why `{pre,post}Install` hooks can be quite helpful.

Additionally some corporate clients use their own certificates that
aren't stored as trusted ones in the `cacert` package with all of the
trusted certs by Mozilla.

Now it's possible to add custom certs like this:

``` nix
with import <nixpkgs> { config.allowUnfree = true; };

let path = ../../Downloads/custom-corporate-cert.pem; in
citrix_receiver.override {
  extraCerts = [ path ];
}
```
2018-08-06 15:16:16 +02:00
..
anydesk pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
citrix-receiver citrix_receiver: allow custom certs and hooks for the installation 2018-08-06 15:16:16 +02:00
freerdp pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
putty putty: 0.67 -> 0.70 2017-10-21 22:11:19 +03:00
rdesktop rdesktop: enable credssp w/ libgssglue 2017-11-22 12:33:32 -04:00
remmina remmina: 1.2.0-rcgit.24 -> 1.2.30.1 2018-06-17 05:59:38 -07:00
ssvnc pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
teamviewer pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
x2goclient x2goclient: 4.1.2.0 -> 4.1.2.1 2018-07-10 21:08:01 -07:00
xrdp pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00