mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
add more needed headers to cf-private
This commit is contained in:
parent
6eaf7d318e
commit
33db336914
1 changed files with 2 additions and 0 deletions
|
@ -2,12 +2,14 @@
|
|||
|
||||
let
|
||||
headers = [
|
||||
"CFAvailability.h"
|
||||
"CFAttributedString.h"
|
||||
"CFFileDescriptor.h"
|
||||
"CFFileSecurity.h"
|
||||
"CFNotificationCenter.h"
|
||||
"CFStringTokenizer.h"
|
||||
"CFURLEnumerator.h"
|
||||
"CFURL.h"
|
||||
"CoreFoundation.h"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue