phpExtensions.ast: Move to separate directory

This commit is contained in:
Elis Hirwing 2020-10-11 17:37:37 +02:00
parent bf5ca6bbf3
commit 021c6fee67
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F
2 changed files with 11 additions and 8 deletions

View file

@ -0,0 +1,10 @@
{ buildPecl, lib }:
buildPecl {
pname = "ast";
version = "1.0.5";
sha256 = "16c5isldm4csjbcvz1qk2mmrhgvh24sxsp6w6f5a37xpa3vciawp";
meta.maintainers = lib.teams.php.members;
}

View file

@ -66,14 +66,7 @@ in
apcu_bc = callPackage ../development/php-packages/apcu_bc { };
ast = buildPecl {
version = "1.0.5";
pname = "ast";
sha256 = "16c5isldm4csjbcvz1qk2mmrhgvh24sxsp6w6f5a37xpa3vciawp";
meta.maintainers = lib.teams.php.members;
};
ast = callPackage ../development/php-packages/ast { };
blackfire = pkgs.callPackage ../development/tools/misc/blackfire/php-probe.nix { inherit php; };