ghcjs: fix eval /cc @svanderburg

This commit is contained in:
Domen Kožar 2016-09-04 11:29:49 +02:00
parent 8926221e31
commit ad77176474

View File

@ -19,6 +19,7 @@
, haddock-api
, ghcjs-prim
, regex-posix
, callPackage
, bootPkgs, gmp
, jailbreak-cabal
@ -128,7 +129,7 @@ in mkDerivation (rec {
--with-gmp-libraries ${gmp.out}/lib
'';
passthru = let
ghcjsNodePkgs = pkgs.nodePackages.override {
ghcjsNodePkgs = callPackage ../../../top-level/node-packages.nix {
generated = ./node-packages-generated.nix;
self = ghcjsNodePkgs;
};