mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
ghcjs: fix emacs syntax highlighting
This commit is contained in:
parent
8c16648f56
commit
2502b53743
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user