1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ghcjs: fix evaluation error in with-packages-wrapper.nix

This commit is contained in:
Peter Simons 2015-03-28 11:16:34 +01:00
parent d590a0f4b6
commit 8c16648f56

View file

@ -51,7 +51,7 @@ buildEnv {
postBuild = ''
. ${makeWrapper}/nix-support/setup-hook
${lib.optionalString ghc.isGhcjs ''
${optionalString ghc.isGhcjs ''
cp -r ${ghc}/${ghc.libDir}/* ${libDir}/
''}