mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +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
|
# Build utilities
|
||||||
cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4
|
cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4
|
||||||
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
|
(python3.withPackages (ps: with ps; [virtualenv pip dbus]))
|
||||||
];
|
] ++ (lib.optionals stdenv.isDarwin [
|
||||||
|
darwin.apple_sdk.frameworks.AppKit
|
||||||
|
]);
|
||||||
|
|
||||||
LIBCLANG_PATH = llvmPackages.clang-unwrapped.lib + "/lib/";
|
LIBCLANG_PATH = llvmPackages.clang-unwrapped.lib + "/lib/";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue