Merge pull request #234284 from wegank/kime-refactor

kime: migrate to bindgenHook

authored by Weijia Wang and committed by GitHub 2588db96 0d7b58ab

+2 -5
+2 -5
pkgs/tools/inputmethods/kime/default.nix
··· 1 - { lib, stdenv, rustPlatform, rustc, cargo, fetchFromGitHub, pkg-config, cmake, extra-cmake-modules, llvmPackages 2 , withWayland ? true 3 , withIndicator ? true, dbus, libdbusmenu 4 , withXim ? true, xorg, cairo ··· 94 95 nativeBuildInputs = [ 96 pkg-config 97 - llvmPackages.clang 98 - llvmPackages.libclang 99 - llvmPackages.bintools 100 cmake 101 extra-cmake-modules 102 rustPlatform.cargoSetupHook 103 rustc 104 cargo 105 ]; 106 107 RUST_BACKTRACE = 1; 108 - LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib"; 109 110 meta = with lib; { 111 homepage = "https://github.com/Riey/kime";
··· 1 + { lib, stdenv, rustPlatform, rustc, cargo, fetchFromGitHub, pkg-config, cmake, extra-cmake-modules 2 , withWayland ? true 3 , withIndicator ? true, dbus, libdbusmenu 4 , withXim ? true, xorg, cairo ··· 94 95 nativeBuildInputs = [ 96 pkg-config 97 cmake 98 extra-cmake-modules 99 + rustPlatform.bindgenHook 100 rustPlatform.cargoSetupHook 101 rustc 102 cargo 103 ]; 104 105 RUST_BACKTRACE = 1; 106 107 meta = with lib; { 108 homepage = "https://github.com/Riey/kime";