forked from mirrors/nixpkgs
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 {
|
||||
installPhase = lib.optionalString headersOnly ''
|
||||
mkdir -p $out/include
|
||||
cp core/*.h $out/include
|
||||
mkdir -p $out/include/hfs
|
||||
cp core/*.h $out/include/hfs
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue