mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
citrix_receiver: remove
The package is not used anymore and discontinued by upstream. The error was added before 19.09, so now we can remove the attributes entirely.
This commit is contained in:
parent
518b5ef0c9
commit
0d34bd22be
@ -2387,13 +2387,6 @@ in
|
||||
|
||||
circus = callPackage ../tools/networking/circus { };
|
||||
|
||||
# Cleanup before 20.03:
|
||||
citrix_receiver = throw "citrix_receiver has been discontinued by Citrix (https://docs.citrix.com/en-us/citrix-workspace-app.html). Please use citrix_workspace.";
|
||||
citrix_receiver_13_10_0 = citrix_receiver;
|
||||
citrix_receiver_13_9_1 = citrix_receiver;
|
||||
citrix_receiver_13_9_0 = citrix_receiver;
|
||||
citrix_receiver_13_8_0 = citrix_receiver;
|
||||
|
||||
citrix_workspace_unwrapped = callPackage ../applications/networking/remote/citrix-workspace { };
|
||||
citrix_workspace_unwrapped_19_12_0 = citrix_workspace_unwrapped.override { version = "19.12.0"; };
|
||||
citrix_workspace_unwrapped_19_10_0 = citrix_workspace_unwrapped.override { version = "19.10.0"; };
|
||||
|
Loading…
Reference in New Issue
Block a user