haskellPackages.GLFW-b: explain why we skip the test suite
This commit is contained in:
@@ -938,7 +938,6 @@ with haskellLib;
|
||||
git-vogue = dontCheck super.git-vogue;
|
||||
github-rest = dontCheck super.github-rest; # test suite needs the network
|
||||
gitlib-cmdline = dontCheck super.gitlib-cmdline;
|
||||
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
|
||||
hackport = dontCheck super.hackport;
|
||||
hadoop-formats = dontCheck super.hadoop-formats;
|
||||
hashed-storage = dontCheck super.hashed-storage;
|
||||
|
||||
@@ -517,6 +517,8 @@ builtins.intersectAttrs super {
|
||||
addExtraLibraries [ pkgs.libGLU pkgs.libGL ] (super.hsqml.override { qt5 = pkgs.qt5Full; })
|
||||
);
|
||||
monomer = dontCheck super.monomer;
|
||||
# GLFW init fails in sandbox https://github.com/bsl/GLFW-b/issues/50 krank:ignore-line
|
||||
GLFW-b = dontCheck super.GLFW-b;
|
||||
|
||||
# Wants to check against a real DB, Needs freetds
|
||||
odbc = dontCheck (addExtraLibraries [ pkgs.freetds ] super.odbc);
|
||||
|
||||
Reference in New Issue
Block a user