3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #234524 from wegank/sequoia-refactor

sequoia: migrate to bindgenHook
This commit is contained in:
figsoda 2023-05-27 22:48:43 -04:00 committed by GitHub
commit 7852627963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,10 @@
, git
, nettle
, nix-update-script
# Use the same llvmPackages version as Rust
, llvmPackages_12
, cargo
, rustc
, rustPlatform
, pkg-config
, glib
, openssl
, sqlite
, capnproto
@ -50,8 +47,7 @@ rustPlatform.buildRustPackage rec {
cargo
rustc
git
llvmPackages_12.libclang.lib
llvmPackages_12.clang
rustPlatform.bindgenHook
ensureNewerSourcesForZipFilesHook
capnproto
] ++
@ -81,8 +77,6 @@ rustPlatform.buildRustPackage rec {
"build-release"
];
LIBCLANG_PATH = "${llvmPackages_12.libclang.lib}/lib";
# Sometimes, tests fail on CI (ofborg) & hydra without this
checkFlags = [
# doctest for sequoia-ipc fail for some reason