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:
parent
2d08759690
commit
a1d297374d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
appleDerivation {
|
appleDerivation {
|
||||||
installPhase = lib.optionalString headersOnly ''
|
installPhase = lib.optionalString headersOnly ''
|
||||||
mkdir -p $out/include
|
mkdir -p $out/include/hfs
|
||||||
cp core/*.h $out/include
|
cp core/*.h $out/include/hfs
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user