mirror of
https://github.com/servo/servo.git
synced 2025-07-31 11:10:22 +01:00
chore(nix): add AppKit
to buildInputs
on Darwin
Signed-off-by: yvt <i@yvt.jp>
This commit is contained in:
parent
08bc2d5357
commit
71a6a00d26
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ clangStdenv.mkDerivation rec {
|
|||
# Build utilities
|
||||
cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4
|
||||
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
|
||||
];
|
||||
] ++ (lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.AppKit
|
||||
]);
|
||||
|
||||
LIBCLANG_PATH = llvmPackages.clang-unwrapped.lib + "/lib/";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue