From 3c86d744890e1e2416a5e42dfbcbcc77c67bf29e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 19:24:08 +0100 Subject: [PATCH] haskell-hmidi: build is broken --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) 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.