all-packages.nix: added 'gmpxx', a reference to libgmp with C++ API enabled
svn path=/nixpkgs/trunk/; revision=16158
This commit is contained in:
parent
fdbfb0a2e9
commit
17191aafca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue