core/pkgs/by-name/ap/apache-httpd/packages.nix
2024-06-30 09:16:52 +01:00

8 lines
173 B
Nix

{ ... }:
res: pkgs: super:
with pkgs; {
apacheHttpd_2_4 = callPackage ./2.4.nix { inherit (darwin.apple_sdk.frameworks) Foundation; };
apacheHttpd = apacheHttpd_2_4;
}