2007-11-14 23:03:29 +00:00
|
|
|
args: with args;
|
2007-08-16 22:44:48 +01:00
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2007-11-14 23:03:29 +00:00
|
|
|
name = "libgcrypt-1.3.1";
|
2007-08-16 22:44:48 +01:00
|
|
|
src = fetchurl {
|
2007-11-15 04:23:46 +00:00
|
|
|
urls = [
|
|
|
|
ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.3.1.tar.bz2
|
|
|
|
ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/libgcrypt-1.3.1.tar.bz2
|
|
|
|
];
|
2007-11-14 23:03:29 +00:00
|
|
|
sha256 = "0ip0bjhnn12lvb050j91x64wfhmpk7xlc3p93mxi9g2qczg413nz";
|
2007-08-16 22:44:48 +01:00
|
|
|
};
|
|
|
|
|
2008-03-03 12:30:39 +00:00
|
|
|
propagatedBuildInputs = [libgpgerror];
|
2007-08-16 22:44:48 +01:00
|
|
|
}
|