summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 19:24:08 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:24 +0100
commit3c86d744890e1e2416a5e42dfbcbcc77c67bf29e (patch)
treecf4a7e593fef409f40c802b6b4d12f64808102bc /pkgs/development/haskell-modules/configuration-common.nix
parent64837d218cb7259fc864ec8f6bb936943446395d (diff)
downloadnixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.tar
nixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.tar.gz
nixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.tar.bz2
nixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.tar.lz
nixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.tar.xz
nixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.tar.zst
nixpkgs-3c86d744890e1e2416a5e42dfbcbcc77c67bf29e.zip
haskell-hmidi: build is broken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
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.