libgmp: don’t compile with cpp on wasm

We don’t have full C++ support for things like threads or exceptions.
wip/yesman
Matthew Bauer 5 years ago
parent 6948ffd398
commit e2a1dc6a44
  1. 3
      pkgs/development/libraries/gmp/6.x.nix

@ -1,4 +1,5 @@
{ stdenv, fetchurl, m4, cxx ? !stdenv.hostPlatform.useAndroidPrebuilt
{ stdenv, fetchurl, m4
, cxx ? !stdenv.hostPlatform.useAndroidPrebuilt && !stdenv.hostPlatform.isWasm
, buildPackages
, withStatic ? false }:

Loading…
Cancel
Save