[ghc] assert gmp

This commit is contained in:
Moritz Angermann
2018-07-18 10:13:27 +08:00
parent 2391d1dbf3
commit ad8c10e246
+2
View File
@@ -32,6 +32,8 @@
ghcFlavour ? stdenv.lib.optionalString (targetPlatform != hostPlatform) "perf-cross"
}:
assert !enableIntegerSimple -> gmp != null;
let
inherit (bootPkgs) ghc;