2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 01:54:34 +00:00
nixpkgs/pkgs/development/interpreters/php/5.6.nix

7 lines
178 B
Nix
Raw Normal View History

2015-03-15 00:24:11 +00:00
{ callPackage, apacheHttpd }:
2015-04-29 14:09:30 +00:00
callPackage ./generic.nix {
2015-05-20 09:34:08 +00:00
phpVersion = "5.6.9";
sha = "1fdwk8g509gxd5ad3y1s3j49hfkjdg8mgmzn9ki3pflbgdxvilqr";
2015-03-15 00:24:11 +00:00
apacheHttpd = apacheHttpd;
}