xca: fix openssl3 build failure

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-09-13 11:20:14 +02:00
parent c76af09064
commit 9e13bff6ff
No known key found for this signature in database
GPG Key ID: 074048E893713170

View File

@ -32238,7 +32238,7 @@ with pkgs;
kodi-cli = callPackage ../tools/misc/kodi-cli { };
xca = libsForQt5.callPackage ../applications/misc/xca { };
xca = libsForQt5_openssl_1_1.callPackage ../applications/misc/xca { };
xcalib = callPackage ../tools/X11/xcalib { };