Author: ludo
Date: Tue Oct 19 08:09:28 2010
New Revision: 24357
URL: https://svn.nixos.org/websvn/nix/?rev=24357&sc=1

Log:
GnuPG 1.4.11.

Modified:
   nixpkgs/trunk/pkgs/tools/security/gnupg1/default.nix

Modified: nixpkgs/trunk/pkgs/tools/security/gnupg1/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/security/gnupg1/default.nix        Tue Oct 19 
08:09:10 2010        (r24356)
+++ nixpkgs/trunk/pkgs/tools/security/gnupg1/default.nix        Tue Oct 19 
08:09:28 2010        (r24357)
@@ -15,11 +15,11 @@
 in
 
 stdenv.mkDerivation rec {
-  name = "gnupg-1.4.10";
+  name = "gnupg-1.4.11";
 
   src = fetchurl {
     url = "mirror://gnupg/gnupg/${name}.tar.bz2";
-    sha256 = "0f5v8c8fkxcnrlmnijaq2sqfqq6xhmbyi2p44pj98y6n6927z452";
+    sha256 = "1xkfxr4z2fy9d5d6hj4lzv854lk227kgv6qb2w0sam752snfx36i";
   };
 
   buildInputs = [ readline bzip2 ];
@@ -28,9 +28,13 @@
     ''
       gunzip < ${idea} > ./cipher/idea.c
     '';
-  
+
+  doCheck = true;
+
   meta = {
-    description = "A free implementation of the OpenPGP standard for 
encrypting and signing data";
+    description = "GnuPG, a free implementation of the OpenPGP standard for 
encrypting and signing data";
     homepage = http://www.gnupg.org/;
+    license = "GPLv3+";
+    platforms = stdenv.lib.platforms.gnu; # arbitrary choice
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to