mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-04 12:03:21 +00:00
xca: fix openssl3 build failure
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
c76af09064
commit
9e13bff6ff
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user