mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
7 lines
178 B
Nix
7 lines
178 B
Nix
{ callPackage, apacheHttpd }:
|
|
callPackage ./generic.nix {
|
|
phpVersion = "5.6.6";
|
|
sha = "0k5vml94p5809bk2d5a8lhzf3h7f1xgs75b9qy6ikj70cndmqqh9";
|
|
apacheHttpd = apacheHttpd;
|
|
}
|