haskell.compiler.ghcjs: fix evaluation regression

The treewide change 8547db919a was done
incorrectly for ghcjs. This hasn't been noticed so far due to a lack of
CI.
This commit is contained in:
sternenseemann 2021-11-15 21:03:33 +01:00
parent 607dd14964
commit e8f9f6efb6

View File

@ -3,7 +3,7 @@
, callPackage
, fetchgit
, ghcjsSrcJson ? null
, ghcjsSrc ? fetchgit lib.importJSON ghcjsSrcJson
, ghcjsSrc ? fetchgit (lib.importJSON ghcjsSrcJson)
, bootPkgs
, stage0
, haskellLib