php: Fix fallout from 1228caae9e5f
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
1228caae9e
commit
6b345e088b
@ -171,7 +171,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
|
||||
configureFlags = ["--enable-fpm"];
|
||||
};
|
||||
|
||||
mssql = stdenv.lib.optional (!stdenv.isDarwin) {
|
||||
mssql = stdenv.lib.optionalAttrs (!stdenv.isDarwin) {
|
||||
configureFlags = ["--with-mssql=${freetds}"];
|
||||
buildInputs = [freetds];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user