mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
dirmngr: 1.0.3 -> 1.1.1
Fixes the build. This package is probably ripe for removal by now, as dirmngr was incorporated into gnupg a couple of years ago: https://lists.gnupg.org/pipermail/gnupg-announce/2014q4/000358.html
This commit is contained in:
parent
7e4db700dc
commit
201f6600cb
@ -1,11 +1,10 @@
|
||||
{ stdenv, fetchurl, libgpgerror, libgcrypt, libassuan, libksba, openldap }:
|
||||
{ stdenv, fetchurl, libgpgerror, libgcrypt, libassuan, libksba, pth, openldap }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dirmngr-1.0.3";
|
||||
name = "dirmngr-1.1.1";
|
||||
src = fetchurl {
|
||||
url = "mirror://gnupg/${name}.tar.bz2";
|
||||
sha256 = "03f54582caxgwjdv1b71azyk612a738ckgk2k05bmg466r1cw8jd";
|
||||
url = "mirror://gnupg/dirmngr/${name}.tar.bz2";
|
||||
sha256 = "1zz6m87ca55nq5f59hzm6qs48d37h93il881y7d0rf2d6660na6j";
|
||||
};
|
||||
|
||||
buildInputs = [ libgpgerror libgcrypt libassuan libksba openldap ];
|
||||
buildInputs = [ libgpgerror libgcrypt libassuan libksba pth openldap ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user