summary refs log tree commit diff
path: root/pkgs/development/libraries/aspell
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-08-15 06:40:21 +0300
committerArtturin <Artturin@artturin.com>2022-08-16 13:14:19 +0300
commitc6568adb005175fb77ef94fee09aa4e8cc248a60 (patch)
tree91a150d7e3f24f50fbf07b1f44b9bb19c95b6743 /pkgs/development/libraries/aspell
parent2f27d033805fdb0b619bad6316d6228662947712 (diff)
downloadnixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.tar
nixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.tar.gz
nixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.tar.bz2
nixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.tar.lz
nixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.tar.xz
nixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.tar.zst
nixpkgs-c6568adb005175fb77ef94fee09aa4e8cc248a60.zip
treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
Diffstat (limited to 'pkgs/development/libraries/aspell')
-rw-r--r--pkgs/development/libraries/aspell/aspell-with-dicts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/aspell/aspell-with-dicts.nix b/pkgs/development/libraries/aspell/aspell-with-dicts.nix
index 88b1302271f..fae94dbf08d 100644
--- a/pkgs/development/libraries/aspell/aspell-with-dicts.nix
+++ b/pkgs/development/libraries/aspell/aspell-with-dicts.nix
@@ -19,7 +19,7 @@ let
 
 in buildEnv {
   name = "aspell-env";
-  buildInputs = [ makeWrapper ];
+  nativeBuildInputs = [ makeWrapper ];
   paths = [ aspell ] ++ dicts;
   postBuild = ''
     # Construct wrappers in /bin