gmp: fix on android prebuilt

This commit is contained in:
Matthew Bauer
2018-06-20 22:04:08 -04:00
parent 9e4aebdd7b
commit 6572cb595c
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, m4, cxx ? true { stdenv, fetchurl, m4, cxx ? !hostPlatform.useAndroidPrebuilt
, buildPackages , buildPackages, hostPlatform
, withStatic ? false }: , withStatic ? false }:
let inherit (stdenv.lib) optional optionalString; in let inherit (stdenv.lib) optional optionalString; in