php80Extensions.openssl: pin to openssl_1_1
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
, net-snmp
|
||||
, oniguruma
|
||||
, openldap
|
||||
, openssl_1_1
|
||||
, openssl
|
||||
, pam
|
||||
, pcre2
|
||||
@@ -407,7 +408,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
}
|
||||
{
|
||||
name = "openssl";
|
||||
buildInputs = [ openssl ];
|
||||
buildInputs = if (lib.versionAtLeast php.version "8.1") then [ openssl ] else [ openssl_1_1 ];
|
||||
configureFlags = [ "--with-openssl" ];
|
||||
doCheck = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user