gmp: fix on android prebuilt
This commit is contained in:
parent
9e4aebdd7b
commit
6572cb595c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue