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