msmtp: adding texinfo to buildInputs (#83497)
This commit is contained in:
parent
f076eced64
commit
b3e6d205b8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig
|
||||
{ stdenv, lib, fetchurl, autoreconfHook, pkgconfig, texinfo
|
||||
, netcat-gnu, gnutls, gsasl, libidn2, Security
|
||||
, withKeyring ? true, libsecret ? null
|
||||
, systemd ? null }:
|
||||
|
@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
|
|||
++ stdenv.lib.optional stdenv.isDarwin Security
|
||||
++ stdenv.lib.optional withKeyring libsecret;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig texinfo ];
|
||||
|
||||
configureFlags =
|
||||
[ "--sysconfdir=/etc" ] ++ stdenv.lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
|
||||
|
|
Loading…
Reference in a new issue