gmp: removed superfluous settings
svn path=/nixpkgs/trunk/; revision=12791
This commit is contained in:
parent
01da550b53
commit
a4b504243d
@ -8,10 +8,9 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "139b5abc49833832184c0a03ff6fc64c59ef102b420d2a5884ad78af5647414b";
|
sha256 = "139b5abc49833832184c0a03ff6fc64c59ef102b420d2a5884ad78af5647414b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [m4 stdenv.gcc.libc ];
|
buildInputs = [m4];
|
||||||
configureFlags = if cxx then "--enable-cxx" else "--disable-cxx";
|
configureFlags = if cxx then "--enable-cxx" else "--disable-cxx";
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
postBuild = "make check"; # Test the compiler for being correct
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
|
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user