1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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

View file

@ -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;
};
}

View file

@ -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;
};
}