rstudio: fix Emacs syntax highlighting

wip/yesman
Peter Simons 9 years ago
parent a3de8552b0
commit 9ce41e3fa0
  1. 2
      pkgs/applications/editors/rstudio/default.nix

@ -51,7 +51,7 @@ stdenv.mkDerivation {
mkdir dependencies/common/dictionaries
for dict in $hunspellDicts; do
for i in $dict/share/hunspell/*
for i in "$dict/share/hunspell/"*
do ln -sv $i dependencies/common/dictionaries/
done
done

Loading…
Cancel
Save