parinfer-rust: migrate to bindgenHook
This commit is contained in:
parent
656eb1cbd9
commit
6b024e4eff
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
cargoSha256 = "1lam4gwzcj6w0pyxf61l2cpbvvf5gmj2gwi8dangnhd60qhlnvrx";
|
||||
|
||||
nativeBuildInputs = [ llvmPackages.clang ];
|
||||
buildInputs = [ llvmPackages.libclang ];
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
|
||||
nativeBuildInputs = [ llvmPackages.clang rustPlatform.bindgenHook ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/kak/autoload/plugins
|
||||
|
|
Loading…
Reference in a new issue