2018-07-20 17:44:44 -07:00
|
|
|
{ appleDerivation }:
|
2015-02-07 22:53:52 -08:00
|
|
|
|
|
|
|
appleDerivation {
|
2018-05-07 10:47:07 -07:00
|
|
|
dontBuild = true;
|
2015-02-07 22:53:52 -08:00
|
|
|
installPhase = ''
|
|
|
|
mkdir -p $out/include/ppp
|
|
|
|
|
|
|
|
cp Controller/ppp_msg.h $out/include/ppp
|
|
|
|
cp Controller/pppcontroller_types.h $out/include/ppp
|
|
|
|
cp Controller/pppcontroller_types.h $out/include
|
|
|
|
cp Controller/pppcontroller.defs $out/include/ppp
|
|
|
|
cp Controller/pppcontroller_mach_defines.h $out/include
|
|
|
|
cp Controller/PPPControllerPriv.h $out/include/ppp
|
|
|
|
'';
|
|
|
|
}
|