* Updated Sylpheed to 2.1.9 and added GPG support (through gpgme).
svn path=/nixpkgs/trunk/; revision=4400
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libgpg-error-1.0";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.0.tar.gz;
|
||||
md5 = "ff409db977e4a4897aa09ea420a28a2f";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user