tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
aspellWithDicts: fixes #28318
Frederik Rietdijk
8 years ago
96457d26
1eb48d3b
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
aspell
aspell-with-dicts.nix
+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
31
-
makeWrapper "${aspell}/bin/$prg" "$out/bin/$prg" --set ASPELL_CONF "data-dir ${dictEnv}/lib/aspell"
31
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