ghcjs: fix evaluation error in with-packages-wrapper.nix
This commit is contained in:
parent
d590a0f4b6
commit
8c16648f56
@ -51,7 +51,7 @@ buildEnv {
|
||||
postBuild = ''
|
||||
. ${makeWrapper}/nix-support/setup-hook
|
||||
|
||||
${lib.optionalString ghc.isGhcjs ''
|
||||
${optionalString ghc.isGhcjs ''
|
||||
cp -r ${ghc}/${ghc.libDir}/* ${libDir}/
|
||||
''}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user