forked from mirrors/nixpkgs
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
|
||||
, openssl
|
||||
, odbcSupport ? false, unixODBC ? null }:
|
||||
, odbcSupport ? true, unixODBC ? null }:
|
||||
|
||||
assert odbcSupport -> unixODBC != null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue