ghcjs: fix evaluation error in with-packages-wrapper.nix some more

This commit is contained in:
Peter Simons 2015-03-28 11:46:27 +01:00
parent acdc2c019d
commit b1e854d660

View File

@ -51,7 +51,7 @@ buildEnv {
postBuild = ''
. ${makeWrapper}/nix-support/setup-hook
${optionalString ghc.isGhcjs ''
${optionalString (ghc.isGhcjs or false) ''
cp -r "${ghc}/${ghc.libDir}/"* ${libDir}/
''}