summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
index d1e7f85f75f3..d8438abe6117 100644
--- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, cmake, fcitx, anthy, gettext, pkgconfig }:
+{ stdenv, fetchurl, cmake, fcitx, anthy, gettext, pkg-config }:
stdenv.mkDerivation rec {
pname = "fcitx-anthy";
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "01jx7wwq0mifqrzkswfglqhwkszbfcl4jinxgdgqx9kc6mb4k6zd";
};
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ cmake fcitx anthy gettext ];
+ nativeBuildInputs = [ cmake pkg-config ];
+ buildInputs = [ fcitx anthy gettext ];
preInstall = ''
substituteInPlace src/cmake_install.cmake \