mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 05:23:16 +00:00
7 lines
178 B
Nix
7 lines
178 B
Nix
{ callPackage, apacheHttpd }:
|
|
callPackage ./generic.nix {
|
|
phpVersion = "5.6.9";
|
|
sha = "1fdwk8g509gxd5ad3y1s3j49hfkjdg8mgmzn9ki3pflbgdxvilqr";
|
|
apacheHttpd = apacheHttpd;
|
|
}
|