Commit graph

10 commits

Author SHA1 Message Date
Maximilian Bosch 1a2ee59f51
citrix_workspace: pmenke wants to take over
See https://discourse.nixos.org/t/citrix-workspace-installation/9777/6
2021-03-04 20:06:08 +01:00
Maximilian Bosch 55a6de83dd
citrix_workspace: remove myself from maintainer list
The customer project where this was needed is now over and I don't
expect another project with this requirement anytime soon. Since there's
no way to test new versions now, it doesn't make any sense to be a
maintainer here for now.
2021-03-03 00:05:41 +01:00
Ben Siraphob 3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Maximilian Bosch 92781c27bd
citrix_workspace: add pcsclite to runtimeDependencies
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-02 12:22:47 +01:00
Maximilian Bosch 6928309c51
citrix_workspace: add 20.10.0
ChangeLog: https://docs.citrix.com/en-us/citrix-workspace-app-for-linux/whats-new.html#whats-new-in-2010
2020-10-30 18:36:21 +01:00
Maximilian Bosch 93a00bec3e
citrix_workspace: remove attributes for old versions; fix i686 build 2020-10-30 18:36:21 +01:00
Maximilian Bosch b632ca6963
citrix_workspace: add 20.09.0
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-15 15:37:02 +02:00
Florian Klink a2998bff52 citrix-workspace: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
Maximilian Bosch 77130ba515
citrix_workspace: drop support for gstreamer 0.10
See https://support.citrix.com/article/CTX224988
cc #39975
2020-07-15 19:10:58 +02:00
Maximilian Bosch fa3948a7c5
citrix_workspace: add more features, refactor derivation
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-15 19:10:58 +02:00