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