haskellPackages.GLFW-b: explain why we skip the test suite

This commit is contained in:
sternenseemann
2025-09-26 14:31:36 +02:00
parent fc2d612b1d
commit 1780b13e36
2 changed files with 2 additions and 1 deletions
@@ -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);