* Fix gmpxx.

svn path=/nixpkgs/branches/stdenv-updates/; revision=19550
This commit is contained in:
Eelco Dolstra 2010-01-19 17:44:59 +00:00
parent d67f1d269e
commit cea86564ff

View File

@ -3698,12 +3698,12 @@ let
inherit fetchurl stdenv; inherit fetchurl stdenv;
}; };
gmp = import ../development/libraries/gmp { gmp = makeOverridable (import ../development/libraries/gmp) {
inherit stdenv fetchurl m4; inherit stdenv fetchurl m4;
cxx = false; cxx = false;
}; };
gmpxx = gmp; gmpxx = gmp.override { cxx = true; };
goffice = import ../development/libraries/goffice { goffice = import ../development/libraries/goffice {
inherit fetchurl stdenv pkgconfig libgsf libxml2 cairo inherit fetchurl stdenv pkgconfig libgsf libxml2 cairo