gmp: fix on android prebuilt

This commit is contained in:
Matthew Bauer 2018-06-19 16:15:55 -04:00
parent 9e4aebdd7b
commit 6572cb595c

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, m4, cxx ? true
, buildPackages
{ stdenv, fetchurl, m4, cxx ? !hostPlatform.useAndroidPrebuilt
, buildPackages, hostPlatform
, withStatic ? false }:
let inherit (stdenv.lib) optional optionalString; in