gmp: removed superfluous settings

svn path=/nixpkgs/trunk/; revision=12791
This commit is contained in:
Pjotr Prins 2008-09-03 10:30:47 +00:00
parent 01da550b53
commit a4b504243d

View file

@ -8,10 +8,9 @@ stdenv.mkDerivation {
sha256 = "139b5abc49833832184c0a03ff6fc64c59ef102b420d2a5884ad78af5647414b";
};
buildInputs = [m4 stdenv.gcc.libc ];
buildInputs = [m4];
configureFlags = if cxx then "--enable-cxx" else "--disable-cxx";
doCheck = true;
postBuild = "make check"; # Test the compiler for being correct
meta = {
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";