summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/with-packages-wrapper.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-28 11:16:34 +0100
committerPeter Simons <simons@cryp.to>2015-03-29 03:34:04 +0200
commit8c16648f56a462577414e2484350d9f2e2c295d0 (patch)
treece496bd0d810c0c15e92d1dd9af8988ddb655067 /pkgs/development/haskell-modules/with-packages-wrapper.nix
parentd590a0f4b63901766b94ef8691baa389db56d074 (diff)
downloadnixlib-8c16648f56a462577414e2484350d9f2e2c295d0.tar
nixlib-8c16648f56a462577414e2484350d9f2e2c295d0.tar.gz
nixlib-8c16648f56a462577414e2484350d9f2e2c295d0.tar.bz2
nixlib-8c16648f56a462577414e2484350d9f2e2c295d0.tar.lz
nixlib-8c16648f56a462577414e2484350d9f2e2c295d0.tar.xz
nixlib-8c16648f56a462577414e2484350d9f2e2c295d0.tar.zst
nixlib-8c16648f56a462577414e2484350d9f2e2c295d0.zip
ghcjs: fix evaluation error in with-packages-wrapper.nix
Diffstat (limited to 'pkgs/development/haskell-modules/with-packages-wrapper.nix')
-rw-r--r--pkgs/development/haskell-modules/with-packages-wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/with-packages-wrapper.nix b/pkgs/development/haskell-modules/with-packages-wrapper.nix
index d2116a879d5a..e50672221eb7 100644
--- a/pkgs/development/haskell-modules/with-packages-wrapper.nix
+++ b/pkgs/development/haskell-modules/with-packages-wrapper.nix
@@ -51,7 +51,7 @@ buildEnv {
   postBuild = ''
     . ${makeWrapper}/nix-support/setup-hook
 
-    ${lib.optionalString ghc.isGhcjs ''
+    ${optionalString ghc.isGhcjs ''
     cp -r ${ghc}/${ghc.libDir}/* ${libDir}/
     ''}