about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2018-12-08 20:12:06 +0300
committerFranz Pletz <fpletz@fnordicwalking.de>2018-12-11 20:11:08 +0100
commit6c8b7ac9310f5bed68909f13cc0d491b01c56e9a (patch)
tree96837513be2a6f4a9078df176156815a04d9e886 /pkgs/servers/http
parentff7192d4d0844a3640f95880944e3bd004460b4d (diff)
downloadnixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.tar
nixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.tar.gz
nixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.tar.bz2
nixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.tar.lz
nixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.tar.xz
nixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.tar.zst
nixlib-6c8b7ac9310f5bed68909f13cc0d491b01c56e9a.zip
unit: add php module 7.3
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/unit/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/servers/http/unit/default.nix b/pkgs/servers/http/unit/default.nix
index 68676a07bf03..d39c25bec2ac 100644
--- a/pkgs/servers/http/unit/default.nix
+++ b/pkgs/servers/http/unit/default.nix
@@ -3,6 +3,7 @@
 , python
 , php71
 , php72
+, php73
 , perl526
 , perl
 , perldevel
@@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
     python
     php71
     php72
+    php73
     perl526
     perl
     perldevel
@@ -49,6 +51,7 @@ stdenv.mkDerivation rec {
     ./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=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=perl      --perl=${perl}/bin/perl
     ./configure perl    --module=perl529   --perl=${perldevel}/bin/perl