mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:27:36 +00:00
Merge pull request #145158 from andersk/msmtp-gsasl
msmtp: Fix GSSAPI support
This commit is contained in:
commit
f5a78628ac
@ -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 New Issue
Block a user