freetds: enable odbcSupport by default
There is no reason not to, and some packages which I'm working on, requires this.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, autoreconfHook, pkgconfig
|
{ stdenv, fetchurl, autoreconfHook, pkgconfig
|
||||||
, openssl
|
, openssl
|
||||||
, odbcSupport ? false, unixODBC ? null }:
|
, odbcSupport ? true, unixODBC ? null }:
|
||||||
|
|
||||||
assert odbcSupport -> unixODBC != null;
|
assert odbcSupport -> unixODBC != null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user