diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2018-08-05 22:57:38 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2018-08-06 15:16:16 +0200 |
| commit | 10b2208ec531fc280c4a3e6411ee69acca002ff2 (patch) | |
| tree | c178b4626a8974a1d0b2c3af81edc36037f5ae9e /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | cc1d82196c4b8ac1dca0cd134659fd7f8ffd4b14 (diff) | |
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 ];
}
```
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
