about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-01 16:10:06 +0200
committerPeter Simons <simons@cryp.to>2014-09-02 11:48:20 +0200
commit3129fb3a11051de5ace0ce25a21e02e8e481cfa8 (patch)
treef28a88773273c88887e6fa91d8f43ac4f40600db /pkgs/development/tools
parentbaa186c020edd5294d89f44e41aa6038c7e12189 (diff)
downloadnixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.tar
nixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.tar.gz
nixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.tar.bz2
nixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.tar.lz
nixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.tar.xz
nixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.tar.zst
nixlib-3129fb3a11051de5ace0ce25a21e02e8e481cfa8.zip
haskell-docs: broken by the recent update to Haddock 2.15
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/haskell/haskell-docs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/haskell/haskell-docs/default.nix b/pkgs/development/tools/haskell/haskell-docs/default.nix
index b9cd34c716e0..9cc92aafc219 100644
--- a/pkgs/development/tools/haskell/haskell-docs/default.nix
+++ b/pkgs/development/tools/haskell/haskell-docs/default.nix
@@ -20,5 +20,7 @@ cabal.mkDerivation (self: {
     description = "A program to find and display the docs and type of a name";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
+    hydraPlatforms = self.stdenv.lib.platforms.none;
+    broken = true;
   };
 })