From 0bfd77b0f17c5b68c5e4576a966065b17d3cf177 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Feb 2015 13:14:10 +0100 Subject: [PATCH] haskell-OpenGLRaw21: this build was broken by the recent OpenGLRaw update --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d298f36467d..d2bb14335a5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -446,6 +446,9 @@ self: super: { # https://github.com/jimsnow/glome/issues/2 GlomeVec = super.GlomeVec.override { llvm = pkgs.llvm_34; }; + # Upstream notified by e-mail. + OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21; + } // { # Not on Hackage.