mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
7 lines
170 B
Nix
7 lines
170 B
Nix
|
{
|
||
|
darwin-sdk = pkgs: with pkgs; (if stdenv.isDarwin then (with darwin.apple_sdk.frameworks; [
|
||
|
xcbuild
|
||
|
Security
|
||
|
fixDarwinDylibNames
|
||
|
]) else [ ]);
|
||
|
}
|