diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2730885c459..2c1d2368b43 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -504,6 +504,9 @@ self: super: { # https://github.com/evanrinehart/lowgl/issues/1 lowgl = markBroken super.lowgl; + # https://github.com/srijs/hwsl2/issues/1 + hwsl2 = markBroken super.hwsl2; + } // { # Not on Hackage.