gmp: fix on android prebuilt

wip/yesman
Matthew Bauer 6 years ago
parent 9e4aebdd7b
commit 6572cb595c
  1. 4
      pkgs/development/libraries/gmp/6.x.nix

@ -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…
Cancel
Save