Commit Graph

495 Commits

Author SHA1 Message Date
Sandro
0de1ad7cda
Merge pull request #162208 from michaeladler/citrix
citrix_workspace: 21.12.0 -> 22.05.0, added myself as maintainer
2022-06-02 22:47:21 +02:00
Michael Adler
1a729fc830 citrix_workspace: drop support for 20.X 2022-06-02 12:19:28 +02:00
Michael Adler
8235de6d5c citrix_workspace: added myself as maintainer 2022-06-02 11:09:45 +02:00
Michael Adler
fcea400842 citrix_workspace: 21.12.0 -> 22.05.0 2022-06-02 11:09:34 +02:00
Ilya Fedin
caa832cbc6 teamviewer: set outputs to reduce runtime closure 2022-05-13 21:01:06 +04:00
Krzysztof Nazarewski
27424231b3
teamviewer: 15.26.4 -> 15.29.4 2022-05-09 18:18:28 +02:00
Linus Heckemann
0a803ad709 freerdp: 2.6.1 -> 2.7.0 2022-04-25 17:03:40 +02:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
R. Ryantm
ffa3fa9d76 vmware-horizon-client: 2111 -> 2203 2022-04-06 17:40:18 +00:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
github-actions[bot]
8357b101a5
Merge staging-next into staging 2022-03-25 12:02:05 +00:00
Felix Buehler
3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
R. Ryantm
b8b8edcc7d remmina: 1.4.24 -> 1.4.25 2022-03-15 06:49:42 +00:00
Shawn8901
ee21acc36a remmina: Set WITH_VTE=true, so remmina usable as ssh client 2022-03-12 14:34:22 +00:00
Maciej Krüger
5100549f4d
Merge pull request #163160 from mkg20001/x2go
x2goclient: fix #163122 crash after connection
2022-03-09 00:19:09 +01:00
R. Ryantm
db964ae0fa freerdp: 2.6.0 -> 2.6.1 2022-03-08 18:23:09 +08:00
Maciej Krüger
1b8636ed7c
x2goclient: fix #163122 crash after connection 2022-03-07 16:10:41 +01:00
LeixB
681fdf81b6
rustdesk: init at 1.1.8 2022-03-03 15:49:40 +01:00
R. Ryantm
f69cd3d324 freerdp: 2.5.0 -> 2.6.0 2022-02-25 16:55:53 -08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
zseri
9bc2cd9866 remmina: make it easier to disable libsecret 2022-02-23 23:38:06 +01:00
R. Ryantm
2336034867 remmina: 1.4.23 -> 1.4.24 2022-02-20 08:13:49 -06:00
Sandro
b9a9a5db84
Merge pull request #149713 from buckley310/vmwareview 2022-02-05 17:55:21 +01:00
R. Ryantm
7329aa8229 teamviewer: 15.25.5 -> 15.26.4 2022-01-31 09:06:51 -08:00
Linus Heckemann
cc116a47ef
Merge pull request #154853 from NixOS/u/freerdp
freerdp: 2.4.1 -> 2.5.0
2022-01-23 19:37:57 +01:00
Ryan Mulligan
39d44048bf
Merge pull request #155884 from r-ryantm/auto-update/remmina
remmina: 1.4.20 -> 1.4.23
2022-01-21 12:54:22 -08:00
Nick Cao
ab67b82d7b
waypipe: fix cross compilation, set strictDeps 2022-01-21 10:45:53 +08:00
R. Ryantm
98b60db675 remmina: 1.4.20 -> 1.4.23 2022-01-20 14:06:40 +00:00
Peter Hoeg
3284833ed9 freerdp: 2.4.1 -> 2.5.0 2022-01-13 16:43:09 +08:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
R. Ryantm
5664dff12e teamviewer: 15.24.5 -> 15.25.5 2021-12-30 22:20:04 -08:00
Guillaume Girol
d0b069a4c6
Merge pull request #151928 from asbachb/update/citrix-workspace
citrix_workspace: 21.09.0.25 -> 21.12.0.18
2021-12-29 23:27:02 +00:00
Bobby Rong
0505d0eaf6
Merge pull request #151599 from poelzi/fix-citrix-ssl
citrix-workspace: fix build dependency on glib-networking
2021-12-25 21:07:28 +08:00
Benjamin Asbach
a157a5de1b citrix_workspace: don't add flag -icaroot for most recent version as it produces error messages when an applcation is started
fixes #151885
2021-12-24 00:37:34 +01:00
Benjamin Asbach
0a7b91a2cc citrix_workspace: 21.09.0.25 -> 21.12.0.18 2021-12-24 00:15:26 +01:00
Daniel Poelzleithner
358421d890 citrix-workspace: fix build dependency on glib-networking
without the buildInput, the GIO modules environment will not be added to the
wrapper, causing the searchpath at runtime to be wrong. Now https login pages work
2021-12-21 17:46:58 +01:00
Michael Weiss
78791cd481
Merge pull request #151288 from primeos/wayvnc
wayvnc: 0.4.0 -> 0.4.1
2021-12-19 14:41:22 +01:00
Michael Weiss
a91a76146d
waypipe: 0.8.1 -> 0.8.2 (#148600)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-19 14:39:08 +01:00
Michael Weiss
debe88d90b
wayvnc: 0.4.0 -> 0.4.1 2021-12-19 11:07:12 +01:00
Bobby Rong
7b0ae354df
Merge pull request #150440 from rmcgibbo/nice-dcv
nice-dcv-client: 2020.2.1737-1 -> 2021.2.3797-1
2021-12-18 21:15:04 +08:00
Robert T. McGibbon
b5592f553f nice-dcv-client: 2020.2.1737-1 -> 2021.2.3797-1 2021-12-12 10:09:44 -05:00
Sean Buckley
beb568ccbd vmware-horizon-client: 2106.1 -> 2111 2021-12-08 15:13:53 -05:00
R. Ryantm
3080ce24b6 teamviewer: 15.22.3 -> 15.24.5 2021-12-06 18:04:40 +00:00
Kerstin Humm
bb799694db
epoxy: rename to libepoxy
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-11 05:55:32 +01:00
R. Ryantm
700c0c5be3 freerdp: 2.4.0 -> 2.4.1 2021-10-29 16:00:14 +00:00
Michael Weiss
7a4bda8c48
waypipe: 0.8.0 -> 0.8.1 2021-10-18 22:46:23 +02:00
Arseniy Seroka
cd53bf7acc
Merge pull request #140076 from jraygauthier/jrg/96633_fix-teamviewer-client-server-issue
teamviewer: fix #96633, #44307 and #97148 + 15.15.5 -> 15.18.5 -> 15.22.3
2021-10-12 20:58:56 +03:00
Raymond Gauthier
975ab7f3a0
teamviewer: 15.18.5 -> 15.22.3
Required move from libsForQt514 -> libsForQt515.

Note that this changset won't be backportable to 21.05.
2021-10-12 11:08:34 -04:00