Skip to content

Commit

Permalink
[ghc] assert gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jul 18, 2018
1 parent 2391d1d commit ad8c10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/ghc/8.4.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
ghcFlavour ? stdenv.lib.optionalString (targetPlatform != hostPlatform) "perf-cross"
}:

assert !enableIntegerSimple -> gmp != null;

let
inherit (bootPkgs) ghc;

Expand Down

0 comments on commit ad8c10e

Please sign in to comment.