about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-15 19:50:14 +0100
committerPeter Simons <simons@cryp.to>2015-02-15 19:50:14 +0100
commitaf768c15e590cb2b44c0ab48c9da1968367306c7 (patch)
tree593a2b65778df014831ae1e4218329923b8c4989 /pkgs
parent5092d625d6220ee738d80cc5161ddbeea18f14d8 (diff)
downloadnixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.tar
nixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.tar.gz
nixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.tar.bz2
nixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.tar.lz
nixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.tar.xz
nixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.tar.zst
nixlib-af768c15e590cb2b44c0ab48c9da1968367306c7.zip
haskell-OpenGLRaw21: build has been fixed
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 3c8c770a2c5d..a856aa4accdd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -465,9 +465,6 @@ self: super: {
   gloss-raster = super.gloss-raster.override { llvm = pkgs.llvm_34; };
   repa-examples = super.repa-examples.override { llvm = pkgs.llvm_34; };
 
-  # Upstream notified by e-mail.
-  OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21;
-
   # Missing module.
   rematch = dontCheck super.rematch;            # https://github.com/tcrayford/rematch/issues/5
   rematch-text = dontCheck super.rematch-text;  # https://github.com/tcrayford/rematch/issues/6