forked from mirrors/nixpkgs
GMP: Build on all platforms.
svn path=/nixpkgs/trunk/; revision=19955
This commit is contained in:
parent
a45675427f
commit
0c17cced16
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue