maint: Remove RUST_NIX_C_RAW_EXTRA_CFLAGS
The standard bindgen flag BINDGEN_EXTRA_CLANG_ARGS seems to do the same thing. (cherry picked from commit 599eece08bee28d72c4ec20c8578428c158a19c1)
This commit is contained in:
parent
caff9a2019
commit
9021f55a53
2 changed files with 0 additions and 8 deletions
|
|
@ -47,8 +47,6 @@
|
|||
buildInputs = [
|
||||
config.packages.nix
|
||||
];
|
||||
# Workaround: the gcc in the devshell doesn't find libc headers
|
||||
RUST_NIX_C_RAW_EXTRA_CFLAGS = "-I${pkgs.stdenv.cc.libc.dev}/include";
|
||||
nativeBuildInputs = [
|
||||
pkgs.rust-analyzer
|
||||
pkgs.nixpkgs-fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue