Merge pull request #145158 from andersk/msmtp-gsasl
msmtp: Fix GSSAPI support
This commit is contained in:
commit
f5a78628ac
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config texinfo ];
|
||||
|
||||
configureFlags =
|
||||
[ "--sysconfdir=/etc" ] ++ lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
|
||||
configureFlags = [ "--sysconfdir=/etc" "--with-libgsasl" ]
|
||||
++ lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
|
||||
|
||||
postInstall = ''
|
||||
install -d $out/share/doc/${pname}/scripts
|
||||
|
|
Loading…
Reference in a new issue