mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
php: Fix fallout from 1228caae9e
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
1228caae9e
commit
6b345e088b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue