summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/libclosure/default.nix
blob: ac33a24a8b4e6e51d38fb1c5f8ec033d2ff8b519 (plain) (blame)
1
2
3
4
5
6
7
8
{ appleDerivation }:

appleDerivation {
  installPhase = ''
    mkdir -p $out/include
    cp *.h $out/include/
  '';
}