haskellPackages.odbc: add freetds, unbreak
This commit is contained in:
@@ -3322,7 +3322,6 @@ broken-packages:
|
||||
- oblivious-transfer
|
||||
- ocaml-export
|
||||
- Octree
|
||||
- odbc
|
||||
- OddWord
|
||||
- oden-go-packages
|
||||
- oeis2
|
||||
|
||||
@@ -224,6 +224,9 @@ self: super: builtins.intersectAttrs super {
|
||||
# Test suite wants to connect to $DISPLAY.
|
||||
hsqml = dontCheck (addExtraLibraries (super.hsqml.override { qt5 = pkgs.qt5Full; }) [pkgs.libGLU pkgs.libGL]);
|
||||
|
||||
# Wants to check against a real DB, Needs freetds
|
||||
odbc = dontCheck (addExtraLibraries super.odbc [ pkgs.freetds ]);
|
||||
|
||||
# Tests attempt to use NPM to install from the network into
|
||||
# /homeless-shelter. Disabled.
|
||||
purescript = dontCheck super.purescript;
|
||||
|
||||
@@ -191956,8 +191956,6 @@ self: {
|
||||
benchmarkHaskellDepends = [ async base text weigh ];
|
||||
description = "Haskell binding to the ODBC API, aimed at SQL Server driver";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) unixODBC;};
|
||||
|
||||
"odd-jobs" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user