+18
-28
nixos/tests/web-servers/unit-php.nix
+18
-28
nixos/tests/web-servers/unit-php.nix
·········
·········
+6
-1
pkgs/servers/http/unit/default.nix
+6
-1
pkgs/servers/http/unit/default.nix
············${optionalString withPython2 "./configure python --module=python2 --config=python2-config --lib-path=${python2}/lib"}${optionalString withPython3 "./configure python --module=python3 --config=python3-config --lib-path=${python3}/lib"}${optionalString withPHP74 "./configure php --module=php74 --config=${php74-unit.unwrapped.dev}/bin/php-config --lib-path=${php74-unit}/lib"}
············${optionalString withPython2 "./configure python --module=python2 --config=python2-config --lib-path=${python2}/lib"}${optionalString withPython3 "./configure python --module=python3 --config=python3-config --lib-path=${python3}/lib"}${optionalString withPHP74 "./configure php --module=php74 --config=${php74-unit.unwrapped.dev}/bin/php-config --lib-path=${php74-unit}/lib"}+${optionalString withPHP80 "./configure php --module=php80 --config=${php80-unit.unwrapped.dev}/bin/php-config --lib-path=${php80-unit}/lib"}