mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
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;
|
cxx = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gmpxx = import ../development/libraries/gmp {
|
||||||
|
inherit fetchurl stdenv m4;
|
||||||
|
cxx = true;
|
||||||
|
};
|
||||||
|
|
||||||
goocanvas = import ../development/libraries/goocanvas {
|
goocanvas = import ../development/libraries/goocanvas {
|
||||||
inherit fetchurl stdenv pkgconfig cairo;
|
inherit fetchurl stdenv pkgconfig cairo;
|
||||||
inherit (gnome) gtk glib;
|
inherit (gnome) gtk glib;
|
||||||
|
Loading…
Reference in New Issue
Block a user