darwin.hfs: put headers in hfs/ directory

This is where they are supposed to go. My mistake in the original
commit.
This commit is contained in:
Matthew Bauer 2018-12-27 11:12:18 -06:00
parent 2d08759690
commit a1d297374d

View File

@ -2,7 +2,7 @@
appleDerivation {
installPhase = lib.optionalString headersOnly ''
mkdir -p $out/include
cp core/*.h $out/include
mkdir -p $out/include/hfs
cp core/*.h $out/include/hfs
'';
}