summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2022-04-18 22:00:45 +0100
committerGitHub <noreply@github.com>2022-04-18 22:00:45 +0100
commit8a918ecfeb77b77619a28de4bf04f26df9e94d69 (patch)
treeeea3fcbe992289b867f0f5aef6fa821e025df3ed /pkgs/development/libraries
parent3c9808aff1631114f7c7dd849f7bbdd8be10dc7e (diff)
parent2ce4c3c8ec5268ee45f9a66c5cc9e6a6239af8f0 (diff)
downloadnixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.tar
nixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.tar.gz
nixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.tar.bz2
nixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.tar.lz
nixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.tar.xz
nixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.tar.zst
nixpkgs-8a918ecfeb77b77619a28de4bf04f26df9e94d69.zip
Merge pull request #167540 from NickCao/hunspell-dicts-cross
hunspellDicts: fix cross compilation
Diffstat (limited to 'pkgs/development/libraries')
-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;