summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2022-04-06 22:19:24 +0800
committerNick Cao <nickcao@nichi.co>2022-04-06 22:21:11 +0800
commit2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0 (patch)
treece9fc79da9789e16e4a549b1ea9f99337d8b7727 /pkgs/development
parent26ab628331ac1c124128b30faa6708014bee4535 (diff)
downloadnixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.tar
nixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.tar.gz
nixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.tar.bz2
nixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.tar.lz
nixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.tar.xz
nixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.tar.zst
nixpkgs-2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0.zip
hunspellDicts: fix cross compilation
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/hunspell/dictionaries.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix
index ffa8c5d191b..4f520772b75 100644
--- a/pkgs/development/libraries/hunspell/dictionaries.nix
+++ b/pkgs/development/libraries/hunspell/dictionaries.nix
@@ -45,8 +45,7 @@ let
         maintainers = with maintainers; [ renzo ];
         platforms = platforms.all;
       };
-      nativeBuildInputs = [ unzip ];
-      buildInputs = [ bash coreutils which zip ];
+      nativeBuildInputs = [ bash coreutils which zip unzip ];
       patchPhase = ''
         substituteInPlace ortograf/herramientas/make_dict.sh \
            --replace /bin/bash bash \
@@ -234,7 +233,7 @@ let
         sha256 = "1a3055hp2bc4q4nlg3gmg0147p3a1zlfnc65xiv2v9pyql1nya8p";
       };
 
-      buildInputs = [ ispell perl hunspell ];
+      nativeBuildInputs = [ ispell perl hunspell ];
 
       dontBuild = true;