postfix: format
This commit is contained in:
parent
455712841c
commit
03418a1ba6
@ -23,9 +23,7 @@ let
|
|||||||
++ lib.optional withLDAP "-lldap");
|
++ lib.optional withLDAP "-lldap");
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
pname = "postfix";
|
pname = "postfix";
|
||||||
|
|
||||||
version = "3.6.1";
|
version = "3.6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
@ -35,10 +33,10 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper m4 ];
|
nativeBuildInputs = [ makeWrapper m4 ];
|
||||||
buildInputs = [ db openssl cyrus_sasl icu libnsl pcre ]
|
buildInputs = [ db openssl cyrus_sasl icu libnsl pcre ]
|
||||||
++ lib.optional withPgSQL postgresql
|
++ lib.optional withPgSQL postgresql
|
||||||
++ lib.optional withMySQL libmysqlclient
|
++ lib.optional withMySQL libmysqlclient
|
||||||
++ lib.optional withSQLite sqlite
|
++ lib.optional withSQLite sqlite
|
||||||
++ lib.optional withLDAP openldap;
|
++ lib.optional withLDAP openldap;
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = [ "pie" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user