summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-20 11:29:59 +0100
committerPeter Simons <simons@cryp.to>2015-03-21 19:44:12 +0100
commit61b1ef496f48cd69d42987455a530fe2dc475428 (patch)
treee877adbf9ef096af3de31312aad164abf3a835a9 /pkgs/development/haskell-modules/configuration-common.nix
parent446f30107849d1b2bf0362aeb3df0df3076f9bfe (diff)
downloadnixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.tar
nixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.tar.gz
nixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.tar.bz2
nixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.tar.lz
nixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.tar.xz
nixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.tar.zst
nixpkgs-61b1ef496f48cd69d42987455a530fe2dc475428.zip
haskell-bindings-GLFW has been fixed upstream.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 032bdf090f7..a59be57182f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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;