From 2502b537431c09180cb5939b7958ed0b3feb56b0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 28 Mar 2015 11:19:34 +0100 Subject: [PATCH] ghcjs: fix emacs syntax highlighting --- pkgs/development/haskell-modules/with-packages-wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/with-packages-wrapper.nix b/pkgs/development/haskell-modules/with-packages-wrapper.nix index e50672221eb..ac887a3f60e 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