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