xca: build with openssl 3.0

Nick Cao 6c871c38 608eb68f

+8 -2
+7 -1
pkgs/applications/misc/xca/default.nix
··· 1 - { stdenv, mkDerivation, lib, fetchFromGitHub, autoreconfHook, pkg-config 1 + { stdenv, mkDerivation, lib, fetchFromGitHub, fetchpatch, autoreconfHook, pkg-config 2 2 , libtool, openssl, qtbase, qttools, sphinx }: 3 3 4 4 mkDerivation rec { ··· 11 11 rev = "RELEASE.${version}"; 12 12 sha256 = "04z0mmjsry72nvib4icmwh1717y4q9pf2gr68ljrzln4vv4ckpwk"; 13 13 }; 14 + 15 + # Adaptions to stay OpenSSL 3.0 compatible 16 + patches = [ (fetchpatch { 17 + url = "https://github.com/chris2511/xca/commit/f5ac099e948ea354deac75ff9fa09d51453476e1.patch"; 18 + hash = "sha256-4rRO2y9hZq879HTsgBgbXGRYEcgfG4niJKyK3l3PMZ8="; 19 + }) ]; 14 20 15 21 buildInputs = [ libtool openssl qtbase ]; 16 22
+1 -1
pkgs/top-level/all-packages.nix
··· 32949 32949 32950 32950 kodi-cli = callPackage ../tools/misc/kodi-cli { }; 32951 32951 32952 - xca = libsForQt5_openssl_1_1.callPackage ../applications/misc/xca { }; 32952 + xca = libsForQt5.callPackage ../applications/misc/xca { }; 32953 32953 32954 32954 xcalib = callPackage ../tools/X11/xcalib { }; 32955 32955