haskell-OpenGLRaw21: build has been fixed

This commit is contained in:
Peter Simons 2015-02-15 19:50:14 +01:00
parent 5092d625d6
commit af768c15e5

View file

@ -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