From c791337d131b73d76248eff9f250a749db96afdc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Mar 2015 14:42:52 +0100 Subject: [PATCH] haskell-rtorrent-rpc 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 7c245162375..922837904b6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -588,6 +588,9 @@ self: super: { # Test suite wants to connect to $DISPLAY. hsqml = dontCheck super.hsqml; + # https://github.com/megantti/rtorrent-rpc/issues/1 + rtorrent-rpc = markBroken super.rtorrent-rpc; + } // { # Not on Hackage.