Skip to content

Commit

Permalink
Adding comments about odbc package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maksar committed Jan 14, 2021
1 parent 714d5fc commit 978345a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/system-nixpkgs-map.nix
Expand Up @@ -73,6 +73,9 @@ with pkgs;
boost_wave = [ boost ];
boost_wserialization = [ boost ];
tensorflow = [ libtensorflow ];
# odbc package requires both freetds (https://github.com/fpco/odbc/commit/9457377089dbe84d8c329560fa1bc1a2797c821d)
# and unixODBC packages to be installed in order to successfully
# compile C sources (https://github.com/fpco/odbc/blob/master/cbits/odbc.c)
odbc = [ freetds unixODBC ];
opencv = [ opencv3 ];
icuuc = [ icu ];
Expand Down

0 comments on commit 978345a

Please sign in to comment.