Merge pull request #54316 from kampka/patch-1
msmtp: Configure sysconfdir to point to /etc
This commit is contained in:
commit
a96ff61818
@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
stdenv.lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
|
[ "--sysconfdir=/etc" ] ++ stdenv.lib.optional stdenv.isDarwin [ "--with-macosx-keyring" ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -d $out/share/doc/${pname}/scripts
|
install -d $out/share/doc/${pname}/scripts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user