Merge pull request #273697 from lopter/set-mailtutils-sysconfdir

mailutils: set sysconfdir to /etc
This commit is contained in:
Weijia Wang 2024-01-05 15:55:45 +01:00 committed by GitHub
commit a47555fe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
configureFlags = [
"--sysconfdir=/etc"
"--with-gssapi"
"--with-gsasl"
"--with-mysql"