mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
parent
7182b71489
commit
2da2cf31fa
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user