mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
libdispatch: add os private header
This commit is contained in:
parent
85ba0035bd
commit
3ff552fabe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue