diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c81a38a6d94..27d4a6693b6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -599,6 +599,10 @@ self: super: { # https://github.com/deech/fltkhs/issues/7 fltkhs = markBroken super.fltkhs; + # Build fails, but there seems to be no issue tracker available. :-( + hmidi = markBrokenVersion "0.2.1.0" super.hmidi; + padKONTROL = markBroken super.padKONTROL; + } // { # Not on Hackage.