forked from mirrors/nixpkgs
darwin.libutil: add appleHeaders
This commit is contained in:
parent
79c264411e
commit
e6b3f18ee5
|
@ -27,6 +27,14 @@ appleDerivation {
|
|||
install_name_tool -id $out/lib/libutil.dylib $out/lib/libutil.dylib
|
||||
'';
|
||||
|
||||
# FIXME: headers are different against headersOnly. And all the headers are NOT in macos, do we really want them?
|
||||
# appleHeaders = ''
|
||||
# libutil.h
|
||||
# mntopts.h
|
||||
# tzlink.h
|
||||
# wipefs.h
|
||||
# '';
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
platforms = platforms.darwin;
|
||||
|
|
Loading…
Reference in a new issue