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-03-03 14:42:52 +0100
committerPeter Simons <simons@cryp.to>2015-03-03 22:48:16 +0100
commitc791337d131b73d76248eff9f250a749db96afdc (patch)
treeaa57d6dbc016b33f6129c7d977e1984c92903628 /pkgs/development/haskell-modules/configuration-common.nix
parent025f62351a3bd6b777adbd3af883ef03a9b2f4df (diff)
downloadnixpkgs-c791337d131b73d76248eff9f250a749db96afdc.tar
nixpkgs-c791337d131b73d76248eff9f250a749db96afdc.tar.gz
nixpkgs-c791337d131b73d76248eff9f250a749db96afdc.tar.bz2
nixpkgs-c791337d131b73d76248eff9f250a749db96afdc.tar.lz
nixpkgs-c791337d131b73d76248eff9f250a749db96afdc.tar.xz
nixpkgs-c791337d131b73d76248eff9f250a749db96afdc.tar.zst
nixpkgs-c791337d131b73d76248eff9f250a749db96afdc.zip
haskell-rtorrent-rpc does not compile.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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.