servo: use rustPlatform.bindgenHook
This commit is contained in:
parent
bbd2561c7f
commit
52614866fd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user