mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 09:07:58 +00:00
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:
parent
607dd14964
commit
e8f9f6efb6
@ -3,7 +3,7 @@
|
||||
, callPackage
|
||||
, fetchgit
|
||||
, ghcjsSrcJson ? null
|
||||
, ghcjsSrc ? fetchgit lib.importJSON ghcjsSrcJson
|
||||
, ghcjsSrc ? fetchgit (lib.importJSON ghcjsSrcJson)
|
||||
, bootPkgs
|
||||
, stage0
|
||||
, haskellLib
|
||||
|
Loading…
Reference in New Issue
Block a user