summary refs log tree commit diff
path: root/pkgs/development/libraries/gmp
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-31 12:23:18 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-31 12:23:18 +0200
commit8da52a642a293c5b62d044d61e8dd5f5c05eaeb6 (patch)
tree0fbbc6b2a4103f52619d0df114015d79b1bb9f49 /pkgs/development/libraries/gmp
parent4c3e6a46754f32c059484b25e35925a92a7c9574 (diff)
parentacba6b4da25e4b92e2422036104ad2040bef1acd (diff)
downloadnixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.tar
nixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.tar.gz
nixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.tar.bz2
nixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.tar.lz
nixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.tar.xz
nixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.tar.zst
nixpkgs-8da52a642a293c5b62d044d61e8dd5f5c05eaeb6.zip
Merge branch 'staging' into v/modular
Conflicts (easy):
	pkgs/development/interpreters/perl/5.10/setup-hook.sh
	pkgs/development/interpreters/perl/5.8/setup-hook.sh
	pkgs/development/libraries/gtk+/2.x.nix
Diffstat (limited to 'pkgs/development/libraries/gmp')
-rw-r--r--pkgs/development/libraries/gmp/4.3.2.nix2
-rw-r--r--pkgs/development/libraries/gmp/5.0.5.nix2
-rw-r--r--pkgs/development/libraries/gmp/5.1.x.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gmp/4.3.2.nix b/pkgs/development/libraries/gmp/4.3.2.nix
index d0559c46795..e9cfda032b1 100644
--- a/pkgs/development/libraries/gmp/4.3.2.nix
+++ b/pkgs/development/libraries/gmp/4.3.2.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   doCheck = false;
 
   meta = {
-    description = "GMP, the GNU multiple precision arithmetic library";
+    description = "GNU multiple precision arithmetic library";
 
     longDescription =
       '' GMP is a free library for arbitrary precision arithmetic, operating
diff --git a/pkgs/development/libraries/gmp/5.0.5.nix b/pkgs/development/libraries/gmp/5.0.5.nix
index c96c830e2f7..5f3690f67a9 100644
--- a/pkgs/development/libraries/gmp/5.0.5.nix
+++ b/pkgs/development/libraries/gmp/5.0.5.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
   };
 
   meta = {
-    description = "GMP, the GNU multiple precision arithmetic library";
+    description = "GNU multiple precision arithmetic library";
 
     longDescription =
       '' GMP is a free library for arbitrary precision arithmetic, operating
diff --git a/pkgs/development/libraries/gmp/5.1.x.nix b/pkgs/development/libraries/gmp/5.1.x.nix
index 79b29ee3f03..573b7cbe2ee 100644
--- a/pkgs/development/libraries/gmp/5.1.x.nix
+++ b/pkgs/development/libraries/gmp/5.1.x.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage = "http://gmplib.org/";
-    description = "GMP, the GNU multiple precision arithmetic library";
+    description = "GNU multiple precision arithmetic library";
     license = licenses.gpl3Plus;
 
     longDescription =