Skip to content

Commit

Permalink
php56Packages.apcu40: fix build after #31526
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 15, 2017
1 parent 8f75c78 commit 2fc2063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/php-packages.nix
Expand Up @@ -13,8 +13,8 @@ let

apcu40 = assert !isPhp7; buildPecl {
name = "apcu-4.0.7";

sha256 = "1mhbz56mbnq7dryf2d64l84lj3fpr5ilmg2424glans3wcg772hp";
buildInputs = [ pkgs.pcre ];
};

apcu51 = assert isPhp7; buildPecl {
Expand Down

0 comments on commit 2fc2063

Please sign in to comment.