1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

Expose bootGhcjs for convenience's sake

This commit is contained in:
Will Fancher 2018-05-17 05:27:03 -04:00
parent 2f6c9947fe
commit 9c6e63ffda

View file

@ -36,6 +36,7 @@ let
]);
targetPrefix = "";
inherit bootGhcjs;
inherit (bootGhcjs) version;
isGhcjs = true;