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
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

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;
}