Merge pull request #145158 from andersk/msmtp-gsasl

msmtp: Fix GSSAPI support

authored by

markuskowa and committed by
GitHub
f5a78628 1fbe5a69

+2 -2
+2 -2
pkgs/applications/networking/msmtp/default.nix
··· 26 27 nativeBuildInputs = [ autoreconfHook pkg-config texinfo ]; 28 29 - configureFlags = 30 - [ "--sysconfdir=/etc" ] ++ lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ]; 31 32 postInstall = '' 33 install -d $out/share/doc/${pname}/scripts
··· 26 27 nativeBuildInputs = [ autoreconfHook pkg-config texinfo ]; 28 29 + configureFlags = [ "--sysconfdir=/etc" "--with-libgsasl" ] 30 + ++ lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ]; 31 32 postInstall = '' 33 install -d $out/share/doc/${pname}/scripts