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