ghcjs: fix emacs syntax highlighting

This commit is contained in:
Peter Simons 2015-03-28 11:19:34 +01:00
parent 8c16648f56
commit 2502b53743

View file

@ -52,7 +52,7 @@ buildEnv {
. ${makeWrapper}/nix-support/setup-hook
${optionalString ghc.isGhcjs ''
cp -r ${ghc}/${ghc.libDir}/* ${libDir}/
cp -r "${ghc}/${ghc.libDir}/"* ${libDir}/
''}
if test -L "$out/bin"; then