2007-11-15 00:03:29 +01:00
|
|
|
args: with args;
|
2007-08-16 23:44:48 +02:00
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2007-11-15 00:03:29 +01:00
|
|
|
name = "libgcrypt-1.3.1";
|
2007-08-16 23:44:48 +02:00
|
|
|
src = fetchurl {
|
2007-11-15 05:23:46 +01: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-15 00:03:29 +01:00
|
|
|
sha256 = "0ip0bjhnn12lvb050j91x64wfhmpk7xlc3p93mxi9g2qczg413nz";
|
2007-08-16 23:44:48 +02:00
|
|
|
};
|
|
|
|
|
2008-03-03 13:30:39 +01:00
|
|
|
propagatedBuildInputs = [libgpgerror];
|
2007-08-16 23:44:48 +02:00
|
|
|
}
|