ghcjs: fix evaluation error in with-packages-wrapper.nix some more
This commit is contained in:
@@ -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}/
|
||||
''}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user