3
0
Fork 0
forked from mirrors/nixpkgs

dysnomia: cleanup whitespace

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:11 +00:00
parent 1ad836b326
commit d35c199422

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
};
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
configureFlags = [
(if enableApacheWebApplication then "--with-apache" else "--without-apache")
(if enableAxis2WebService then "--with-axis2" else "--without-axis2")
@ -39,7 +39,7 @@ stdenv.mkDerivation {
(if enableMongoDatabase then "--with-mongodb" else "--without-mongodb")
"--with-job-template=${jobTemplate}"
];
buildInputs = [ getopt ]
++ stdenv.lib.optional enableEjabberdDump ejabberd
++ stdenv.lib.optional enableMySQLDatabase mysql.out