Add support for js-unknown-ghcjs
This adds enough logic to nixpkgs to support the `js-unknown-ghcjs` triple.
This commit is contained in:
committed by
John Ericson
parent
280795c163
commit
446f8c851d
@@ -49,6 +49,8 @@ rec {
|
||||
isEfi = map (family: { cpu.family = family; })
|
||||
[ "x86" "arm" "aarch64" ];
|
||||
|
||||
isJavaScript = { cpu = cpuTypes.js; };
|
||||
isGhcjs = { kernel = kernels.ghcjs; };
|
||||
# Deprecated after 18.03
|
||||
isArm = isAarch32;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user