mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #273697 from lopter/set-mailtutils-sysconfdir
mailutils: set sysconfdir to /etc
This commit is contained in:
commit
a47555fe38
@ -89,6 +89,7 @@ stdenv.mkDerivation rec {
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--with-gssapi"
|
||||
"--with-gsasl"
|
||||
"--with-mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user