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:
parent
290dd06d14
commit
85d1e62ab5
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user