From 9c6e63ffdac0579b118e3bef5b436fbefb0e0978 Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Thu, 17 May 2018 05:27:03 -0400 Subject: [PATCH] Expose bootGhcjs for convenience's sake --- pkgs/development/compilers/ghcjs-ng/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/compilers/ghcjs-ng/default.nix b/pkgs/development/compilers/ghcjs-ng/default.nix index 03bdf022ecd..a5d0c46e78e 100644 --- a/pkgs/development/compilers/ghcjs-ng/default.nix +++ b/pkgs/development/compilers/ghcjs-ng/default.nix @@ -36,6 +36,7 @@ let ]); targetPrefix = ""; + inherit bootGhcjs; inherit (bootGhcjs) version; isGhcjs = true;