all-packages.nix: added 'gmpxx', a reference to libgmp with C++ API enabled

svn path=/nixpkgs/trunk/; revision=16158
This commit is contained in:
Peter Simons 2009-07-03 11:31:28 +00:00
parent fdbfb0a2e9
commit 17191aafca

View file

@ -3216,6 +3216,11 @@ let
cxx = false;
};
gmpxx = import ../development/libraries/gmp {
inherit fetchurl stdenv m4;
cxx = true;
};
goocanvas = import ../development/libraries/goocanvas {
inherit fetchurl stdenv pkgconfig cairo;
inherit (gnome) gtk glib;