gram: fix darwin build
Hydra reports libclang to be missing, which is fixed by adding the bindgen hook. https://hydra.nixos.org/build/334182361
This commit is contained in:
@@ -65,6 +65,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
cargo-bundle
|
||||
rustPlatform.bindgenHook
|
||||
];
|
||||
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
Reference in New Issue
Block a user