darwin.usr-include: set meta.platforms
Otherwise scripts may try to evaluate it and that fails due to missing `stdenv.libc`.
This commit is contained in:
parent
935e991b72
commit
a4c2613f3d
@ -18,4 +18,6 @@ stdenv.mkDerivation {
|
|||||||
mkdir CoreFoundation
|
mkdir CoreFoundation
|
||||||
ln -sf ${darwin.CF}/Library/Frameworks/CoreFoundation.framework/Headers/* CoreFoundation
|
ln -sf ${darwin.CF}/Library/Frameworks/CoreFoundation.framework/Headers/* CoreFoundation
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta.platforms = stdenv.lib.platforms.darwin;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user