Merge pull request #54316 from kampka/patch-1

msmtp: Configure sysconfdir to point to /etc
This commit is contained in:
Silvan Mosberger
2019-01-24 00:44:38 +01:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
configureFlags =
stdenv.lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
[ "--sysconfdir=/etc" ] ++ stdenv.lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
postInstall = ''
install -d $out/share/doc/${pname}/scripts