Files
nixpkgs/pkgs/development/tools/rust/bindgen
Alyssa Ross 0af7df6bd3 rust-bindgen: link directly with libclang
There's not really any reason for bindgen to dlopen libclang at all in
Nixpkgs.  Moving this out of the wrapper means that it will still work
even when we don't want all the standard Nixpkgs cflags behavior, like
in the Linux kernel build.
2025-08-08 11:11:42 +02:00
..