mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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
|
||||
ln -sf ${darwin.CF}/Library/Frameworks/CoreFoundation.framework/Headers/* CoreFoundation
|
||||
'';
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.darwin;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user