3
0
Fork 0
forked from mirrors/nixpkgs

libdispatch: add os private header

This commit is contained in:
Jude Taylor 2015-10-23 10:34:17 -07:00
parent 85ba0035bd
commit 3ff552fabe

View file

@ -8,6 +8,6 @@ appleDerivation {
cp -r dispatch/*.h $out/include/dispatch
cp -r private/*.h $out/include/dispatch
cp -r os/object.h $out/include/os
cp -r os/object*.h $out/include/os
'';
}