From 3358c7a7623909f21b0bdc5fb641af01bc011ea6 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Fri, 27 Mar 2020 14:58:59 +0100 Subject: msmtp: adding texinfo to buildInputs --- nixpkgs/pkgs/applications/networking/msmtp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixpkgs/pkgs') diff --git a/nixpkgs/pkgs/applications/networking/msmtp/default.nix b/nixpkgs/pkgs/applications/networking/msmtp/default.nix index 486b34ecb30..066103fdc8c 100644 --- a/nixpkgs/pkgs/applications/networking/msmtp/default.nix +++ b/nixpkgs/pkgs/applications/networking/msmtp/default.nix @@ -1,5 +1,5 @@ { stdenv, lib, fetchurl, autoreconfHook, pkgconfig -, netcat-gnu, gnutls, gsasl, libidn2, Security +, netcat-gnu, gnutls, gsasl, libidn2, Security, texinfo , withKeyring ? true, libsecret ? null , systemd ? null }: @@ -20,7 +20,7 @@ in stdenv.mkDerivation rec { ./paths.patch ]; - buildInputs = [ gnutls gsasl libidn2 ] + buildInputs = [ gnutls gsasl libidn2 texinfo ] ++ stdenv.lib.optional stdenv.isDarwin Security ++ stdenv.lib.optional withKeyring libsecret; -- cgit v1.2.3