ghcjs: fix evaluation error in with-packages-wrapper.nix some more
This commit is contained in:
parent
acdc2c019d
commit
b1e854d660
@ -51,7 +51,7 @@ buildEnv {
|
|||||||
postBuild = ''
|
postBuild = ''
|
||||||
. ${makeWrapper}/nix-support/setup-hook
|
. ${makeWrapper}/nix-support/setup-hook
|
||||||
|
|
||||||
${optionalString ghc.isGhcjs ''
|
${optionalString (ghc.isGhcjs or false) ''
|
||||||
cp -r "${ghc}/${ghc.libDir}/"* ${libDir}/
|
cp -r "${ghc}/${ghc.libDir}/"* ${libDir}/
|
||||||
''}
|
''}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user