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:
Vladimír Čunát
2017-08-27 17:01:43 +02:00
parent 935e991b72
commit a4c2613f3d

View File

@@ -18,4 +18,6 @@ stdenv.mkDerivation {
mkdir CoreFoundation
ln -sf ${darwin.CF}/Library/Frameworks/CoreFoundation.framework/Headers/* CoreFoundation
'';
meta.platforms = stdenv.lib.platforms.darwin;
}