Merge pull request #49975 from catern/freetds
freetds: enable odbcSupport by default
This commit is contained in:
commit
634f980b3f
|
@ -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…
Reference in New Issue