Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5b38c1d1f21d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 98d2458e666e
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 15, 2020

  1. 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
    Ma27 committed Jul 15, 2020
    Copy the full SHA
    fa3948a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    af83f9a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    77130ba View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Merge pull request #90692 from Ma27/citrix-workspace

    citrix_workspace: add more features, refactor derivation
    Ma27 committed Jul 17, 2020
    Copy the full SHA
    98d2458 View commit details
    Browse the repository at this point in the history