We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
openssl-matrix.json
openssl-matrix.nix
1 parent b826287 commit b722575Copy full SHA for b722575
1 file changed
tools/nix/sharedLibDeps.nix
@@ -48,7 +48,7 @@
48
ffi = pkgs.libffiReal;
49
})
50
// (pkgs.lib.optionalAttrs withSSL ({
51
- openssl = pkgs.openssl_3_5;
+ openssl = (import ./openssl-matrix.nix { inherit pkgs; }).openssl_3_5;
52
}))
53
// (pkgs.lib.optionalAttrs withTemporal {
54
inherit (pkgs) temporal_capi;
0 commit comments