darwin.libutil: add appleHeaders

This commit is contained in:
Monson Shao 2021-01-14 22:26:26 +08:00
parent 79c264411e
commit e6b3f18ee5
No known key found for this signature in database
GPG key ID: 163271C707982C65

View file

@ -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;