mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
GNU Libgcrypt 1.4.3.
svn path=/nixpkgs/trunk/; revision=12882
This commit is contained in:
parent
dbae3ea4a2
commit
cfef9ba3ad
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, libgpgerror }:
|
{ fetchurl, stdenv, libgpgerror }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libgcrypt-1.4.2";
|
name = "libgcrypt-1.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
|
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
|
||||||
sha256 = "1hsj26c68lffhz00mi5i70kc5mg9l0dxlf6g48ms4fvzdy218x5s";
|
sha256 = "02r31dycxvlld9mn1ah78g1phkh42ajk7qcqi20x9mq1kyyikj48";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libgpgerror ];
|
propagatedBuildInputs = [ libgpgerror ];
|
||||||
@ -19,10 +19,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "libgcrypt, a general-pupose cryptographic library";
|
description = "GNU Libgcrypt, a general-pupose cryptographic library";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Libgcrypt is a general purpose cryptographic library based on
|
GNU Libgcrypt is a general purpose cryptographic library based on
|
||||||
the code from GnuPG. It provides functions for all
|
the code from GnuPG. It provides functions for all
|
||||||
cryptographic building blocks: symmetric ciphers, hash
|
cryptographic building blocks: symmetric ciphers, hash
|
||||||
algorithms, MACs, public key algorithms, large integer
|
algorithms, MACs, public key algorithms, large integer
|
||||||
|
Loading…
Reference in New Issue
Block a user