From cd27ebeb58b07fc1ec1a946f783ce7a42b4cf8da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Feb 2015 20:51:08 +0100 Subject: [PATCH] haskell-lowgl does not compile. --- 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 0a908cafe30..6c34068158d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -510,6 +510,9 @@ self: super: { configuration-tools = markBroken super.configuration-tools; yet-another-logger = markBroken super.yet-another-logger; + # https://github.com/evanrinehart/lowgl/issues/1 + lowgl = markBroken super.lowgl; + } // { # Not on Hackage.