mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
darwin.libclosure: add appleHeaders
This commit is contained in:
parent
f4b4000e8f
commit
69625af7d1
@ -5,4 +5,9 @@ appleDerivation {
|
||||
mkdir -p $out/include
|
||||
cp *.h $out/include/
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
Block.h
|
||||
Block_private.h
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user