unit: add php module 7.3
This commit is contained in:
parent
ff7192d4d0
commit
6c8b7ac931
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
, python
|
, python
|
||||||
, php71
|
, php71
|
||||||
, php72
|
, php72
|
||||||
|
, php73
|
||||||
, perl526
|
, perl526
|
||||||
, perl
|
, perl
|
||||||
, perldevel
|
, perldevel
|
||||||
|
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
python
|
python
|
||||||
php71
|
php71
|
||||||
php72
|
php72
|
||||||
|
php73
|
||||||
perl526
|
perl526
|
||||||
perl
|
perl
|
||||||
perldevel
|
perldevel
|
||||||
|
@ -49,6 +51,7 @@ stdenv.mkDerivation rec {
|
||||||
./configure python --module=python --config=${python}/bin/python-config --lib-path=${python}/lib
|
./configure python --module=python --config=${python}/bin/python-config --lib-path=${python}/lib
|
||||||
./configure php --module=php71 --config=${php71.dev}/bin/php-config --lib-path=${php71}/lib
|
./configure php --module=php71 --config=${php71.dev}/bin/php-config --lib-path=${php71}/lib
|
||||||
./configure php --module=php72 --config=${php72.dev}/bin/php-config --lib-path=${php72}/lib
|
./configure php --module=php72 --config=${php72.dev}/bin/php-config --lib-path=${php72}/lib
|
||||||
|
./configure php --module=php73 --config=${php73.dev}/bin/php-config --lib-path=${php73}/lib
|
||||||
./configure perl --module=perl526 --perl=${perl526}/bin/perl
|
./configure perl --module=perl526 --perl=${perl526}/bin/perl
|
||||||
./configure perl --module=perl --perl=${perl}/bin/perl
|
./configure perl --module=perl --perl=${perl}/bin/perl
|
||||||
./configure perl --module=perl529 --perl=${perldevel}/bin/perl
|
./configure perl --module=perl529 --perl=${perldevel}/bin/perl
|
||||||
|
|
|
@ -13573,6 +13573,7 @@ in
|
||||||
unit = callPackage ../servers/http/unit {
|
unit = callPackage ../servers/http/unit {
|
||||||
php71 = php71-unit;
|
php71 = php71-unit;
|
||||||
php72 = php72-unit;
|
php72 = php72-unit;
|
||||||
|
php73 = php73-unit;
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx = nginxStable;
|
nginx = nginxStable;
|
||||||
|
|
Loading…
Reference in a new issue