mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
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
|
||||
, openssl
|
||||
, odbcSupport ? false, unixODBC ? null }:
|
||||
, odbcSupport ? true, unixODBC ? null }:
|
||||
|
||||
assert odbcSupport -> unixODBC != null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user