From 6c8b7ac9310f5bed68909f13cc0d491b01c56e9a Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sat, 8 Dec 2018 20:12:06 +0300 Subject: unit: add php module 7.3 --- pkgs/servers/http/unit/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/servers/http') 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 -- cgit 1.4.1