[ghc] assert gmp
This commit is contained in:
parent
2391d1dbf3
commit
ad8c10e246
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
ghcFlavour ? stdenv.lib.optionalString (targetPlatform != hostPlatform) "perf-cross"
|
||||
}:
|
||||
|
||||
assert !enableIntegerSimple -> gmp != null;
|
||||
|
||||
let
|
||||
inherit (bootPkgs) ghc;
|
||||
|
||||
|
|
Loading…
Reference in a new issue