diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0a908cafe309..6c34068158d6 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.