forked from mirrors/nixpkgs
dysnomia: cleanup whitespace
This commit is contained in:
parent
1ad836b326
commit
d35c199422
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
|
preConfigure = if enableEjabberdDump then "export PATH=$PATH:${ejabberd}/sbin" else "";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
(if enableApacheWebApplication then "--with-apache" else "--without-apache")
|
(if enableApacheWebApplication then "--with-apache" else "--without-apache")
|
||||||
(if enableAxis2WebService then "--with-axis2" else "--without-axis2")
|
(if enableAxis2WebService then "--with-axis2" else "--without-axis2")
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
||||||
(if enableMongoDatabase then "--with-mongodb" else "--without-mongodb")
|
(if enableMongoDatabase then "--with-mongodb" else "--without-mongodb")
|
||||||
"--with-job-template=${jobTemplate}"
|
"--with-job-template=${jobTemplate}"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ getopt ]
|
buildInputs = [ getopt ]
|
||||||
++ stdenv.lib.optional enableEjabberdDump ejabberd
|
++ stdenv.lib.optional enableEjabberdDump ejabberd
|
||||||
++ stdenv.lib.optional enableMySQLDatabase mysql.out
|
++ stdenv.lib.optional enableMySQLDatabase mysql.out
|
||||||
|
|
Loading…
Reference in a new issue