haskell-bindings-GLFW has been fixed upstream.

wip/yesman
Peter Simons 9 years ago
parent 446f301078
commit 61b1ef496f
  1. 14
      pkgs/development/haskell-modules/configuration-common.nix

@ -292,6 +292,7 @@ self: super: {
aws = dontCheck super.aws; # needs aws credentials
aws-kinesis = dontCheck super.aws-kinesis; # needs aws credentials for testing
binary-protocol = dontCheck super.binary-protocol; # http://hydra.cryp.to/build/499749/log/raw
bindings-GLFW = dontCheck super.bindings-GLFW; # requires an active X11 display
bits = dontCheck super.bits; # http://hydra.cryp.to/build/500239/log/raw
bloodhound = dontCheck super.bloodhound;
buildwrapper = dontCheck super.buildwrapper;
@ -324,6 +325,7 @@ self: super: {
ghc-parmake = dontCheck super.ghc-parmake;
gitlib-cmdline = dontCheck super.gitlib-cmdline;
git-vogue = dontCheck super.git-vogue;
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
hackport = dontCheck super.hackport;
hadoop-formats = dontCheck super.hadoop-formats;
haeredes = dontCheck super.haeredes;
@ -628,18 +630,6 @@ self: super: {
# https://github.com/tych0/xcffib/issues/37
xcffib = dontCheck super.xcffib;
# https://github.com/bsl/bindings-GLFW/issues/25
bindings-GLFW = markBroken super.bindings-GLFW;
dynamic-graph = dontDistribute super.dynamic-graph;
fwgl-glfw = dontDistribute super.fwgl-glfw;
glapp = dontDistribute super.glapp;
GLFW-b-demo = dontDistribute super.GLFW-b-demo;
GLFW-b = dontDistribute super.GLFW-b;
GLFW = dontDistribute super.GLFW;
lambdacube-samples = dontDistribute super.lambdacube-samples;
nehe-tuts = dontDistribute super.nehe-tuts;
netwire-input-glfw = dontDistribute super.netwire-input-glfw;
# https://github.com/afcowie/locators/issues/1
locators = dontCheck super.locators;

Loading…
Cancel
Save