summary refs log tree commit diff
path: root/pkgs/development/libraries/enchant/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/enchant/default.nix')
-rw-r--r--pkgs/development/libraries/enchant/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/enchant/default.nix b/pkgs/development/libraries/enchant/default.nix
index 02a422c2c84..7363a023935 100644
--- a/pkgs/development/libraries/enchant/default.nix
+++ b/pkgs/development/libraries/enchant/default.nix
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
     sha256 = "0zq9yw1xzk8k9s6x83n1f9srzcwdavzazn3haln4nhp9wxxrxb1g";
   };
   
-  buildInputs = [aspell pkgconfig glib hunspell hspell];
+  nativeBuildInputs = [ pkgconfig ];
+  buildInputs = [aspell glib hunspell hspell];
   
   meta = {
     homepage = http://www.abisource.com/enchant;