about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/with-packages-wrapper.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-28 11:19:34 +0100
committerPeter Simons <simons@cryp.to>2015-03-29 03:34:04 +0200
commit2502b537431c09180cb5939b7958ed0b3feb56b0 (patch)
treebfc8cb6d1b511ff98c0fc4d977613fa89eda8fcb /pkgs/development/haskell-modules/with-packages-wrapper.nix
parent8c16648f56a462577414e2484350d9f2e2c295d0 (diff)
ghcjs: fix emacs syntax highlighting
Diffstat (limited to 'pkgs/development/haskell-modules/with-packages-wrapper.nix')
-rw-r--r--pkgs/development/haskell-modules/with-packages-wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/with-packages-wrapper.nix b/pkgs/development/haskell-modules/with-packages-wrapper.nix
index e50672221eb7e..ac887a3f60e4d 100644
--- a/pkgs/development/haskell-modules/with-packages-wrapper.nix
+++ b/pkgs/development/haskell-modules/with-packages-wrapper.nix
@@ -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