From 98476e9c51e7801971d1b88400d1d3b1c25e2eba Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Feb 2015 10:04:33 +0100 Subject: [PATCH] haskell-mp does not compile. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2c1d2368b43..a7869210d86 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -507,6 +507,9 @@ self: super: { # https://github.com/srijs/hwsl2/issues/1 hwsl2 = markBroken super.hwsl2; + # https://code.google.com/p/linux-music-player/issues/detail?id=1 + mp = markBroken super.mp; + } // { # Not on Hackage.