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-04-01 16:43:29 +0200
committerPeter Simons <simons@cryp.to>2015-04-01 22:54:45 +0200
commit75b527c1e15aac9068d6bf6936e69788dee0aafb (patch)
tree6531d2ede4934fb08caf846b1b2ecf6bca31cba2 /pkgs/development/haskell-modules/configuration-common.nix
parent36a23619767d045d59c88956f7432c5af528bfb1 (diff)
downloadnixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.tar
nixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.tar.gz
nixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.tar.bz2
nixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.tar.lz
nixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.tar.xz
nixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.tar.zst
nixpkgs-75b527c1e15aac9068d6bf6936e69788dee0aafb.zip
haskell-modules: disable broken builds on Hydra
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 41981c5f119..bb718975f65 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -594,6 +594,12 @@ self: super: {
   # Test suite wants to connect to $DISPLAY.
   hsqml = dontCheck super.hsqml;
 
+  # https://github.com/lookunder/RedmineHs/issues/4
+  Redmine = markBroken super.Redmine;
+
+  # HsColour: Language/Unlambda.hs: hGetContents: invalid argument (invalid byte sequence)
+  unlambda = dontHyperlinkSource super.unlambda;
+
   # https://github.com/megantti/rtorrent-rpc/issues/1
   rtorrent-rpc = markBroken super.rtorrent-rpc;