mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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