lol

aspellWithDicts: fixes #28318

+1 -1
+1 -1
pkgs/development/libraries/aspell/aspell-with-dicts.nix
··· 28 28 pushd "${aspell}/bin" 29 29 for prg in *; do 30 30 if [ -f "$prg" ]; then 31 - makeWrapper "${aspell}/bin/$prg" "$out/bin/$prg" --set ASPELL_CONF "data-dir ${dictEnv}/lib/aspell" 31 + makeWrapper "${aspell}/bin/$prg" "$out/bin/$prg" --set ASPELL_CONF "dict-dir ${dictEnv}/lib/aspell" 32 32 fi 33 33 done 34 34 popd