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";
|
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
|
||||||
homepage = http://gmplib.org/;
|
homepage = http://gmplib.org/;
|
||||||
license = "LGPL";
|
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";
|
description = "A free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers";
|
||||||
homepage = http://gmplib.org/;
|
homepage = http://gmplib.org/;
|
||||||
license = "LGPL";
|
license = "LGPL";
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue