haskellPackages.odbc: add freetds, unbreak

This commit is contained in:
lassulus
2021-08-12 14:17:36 +02:00
parent caa9f451d1
commit 3b1a6b95d4
3 changed files with 3 additions and 3 deletions
@@ -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;
-2
View File
@@ -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