php pcs: init at 1.3.3 (#28484)

phpPackages.pcs: init at 1.3.3
This commit is contained in:
Tobias Happ 2017-08-25 22:51:23 +02:00 committed by Jörg Thalheim
parent 7182b71489
commit 2da2cf31fa

View File

@ -78,6 +78,12 @@ let
buildInputs = with pkgs; [ pkgconfig cyrus_sasl zlib ];
};
pcs = buildPecl rec {
name = "pcs-1.3.3";
sha256 = "0d4p1gpl8gkzdiv860qzxfz250ryf0wmjgyc8qcaaqgkdyh5jy5p";
};
# No support for PHP 7 yet (and probably never will be)
spidermonkey = assert !isPhp7; buildPecl rec {
name = "spidermonkey-1.0.0";