mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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 = ''
|
||||
. ${makeWrapper}/nix-support/setup-hook
|
||||
|
||||
${optionalString ghc.isGhcjs ''
|
||||
${optionalString (ghc.isGhcjs or false) ''
|
||||
cp -r "${ghc}/${ghc.libDir}/"* ${libDir}/
|
||||
''}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user