mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
php80Extensions.openssl: pin to openssl_1_1
This commit is contained in:
parent
e51d2c2715
commit
80f2c05c52
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user