GMP: Build on all platforms.

svn path=/nixpkgs/trunk/; revision=19955
This commit is contained in:
Ludovic Courtès 2010-02-12 14:14:45 +00:00
parent a45675427f
commit 0c17cced16
2 changed files with 2 additions and 0 deletions

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
homepage = http://gmplib.org/;
license = "LGPL";
platforms = stdenv.lib.platforms.all;
};
}

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
homepage = http://gmplib.org/;
license = "LGPL";
platforms = stdenv.lib.platforms.all;
};
}