nixos/wordpress: unpin php81 in check phase
This commit is contained in:
parent
ad42a76b4f
commit
ec581817ca
@ -70,7 +70,7 @@ let
|
||||
require_once(ABSPATH . 'wp-settings.php');
|
||||
?>
|
||||
'';
|
||||
checkPhase = "${pkgs.php81}/bin/php --syntax-check $target";
|
||||
checkPhase = "${pkgs.php}/bin/php --syntax-check $target";
|
||||
};
|
||||
|
||||
mkPhpValue = v: let
|
||||
|
Loading…
Reference in New Issue
Block a user