Skip to content

Commit

Permalink
gnupg: build with sqlite to enable TOFU
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored and globin committed Dec 29, 2016
1 parent 655f704 commit 3c104ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/gnupg/21.nix
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, pkgconfig, libgcrypt, libassuan, libksba, libiconv, npth
, gettext, texinfo, pcsclite
, gettext, texinfo, pcsclite, sqlite

# Each of the dependencies below are optional.
# Gnupg can be built without them at the cost of reduced functionality.
Expand All @@ -24,7 +24,7 @@ stdenv.mkDerivation rec {

buildInputs = [
pkgconfig libgcrypt libassuan libksba libiconv npth gettext texinfo
readline libusb gnutls adns openldap zlib bzip2
readline libusb gnutls adns openldap zlib bzip2 sqlite
];

NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
Expand Down

0 comments on commit 3c104ca

Please sign in to comment.