servo: use rustPlatform.bindgenHook

This commit is contained in:
Nick Cao 2024-11-30 08:43:10 -05:00
parent bbd2561c7f
commit 52614866fd
No known key found for this signature in database

View File

@ -110,6 +110,7 @@ rustPlatform.buildRustPackage {
perl
pkg-config
python3
rustPlatform.bindgenHook
taplo
which
yasm
@ -142,8 +143,6 @@ rustPlatform.buildRustPackage {
--prefix LD_LIBRARY_PATH : ${runtimePaths}
'';
LIBCLANG_PATH = "${lib.getLib llvmPackages.libclang}/lib";
meta = {
description = "The embeddable, independent, memory-safe, modular, parallel web rendering engine";
homepage = "https://servo.org";