mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
rstudio: fix Emacs syntax highlighting
This commit is contained in:
parent
a3de8552b0
commit
9ce41e3fa0
@ -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…
Reference in New Issue
Block a user