mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
php56Packages.apcu40: fix build after #31526
This commit is contained in:
parent
8f75c783cd
commit
2fc20639b7
@ -13,8 +13,8 @@ let
|
||||
|
||||
apcu40 = assert !isPhp7; buildPecl {
|
||||
name = "apcu-4.0.7";
|
||||
|
||||
sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
|
||||
buildInputs = [ pkgs.pcre ];
|
||||
};
|
||||
|
||||
apcu51 = assert isPhp7; buildPecl {
|
||||
|
Loading…
Reference in New Issue
Block a user