summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-12-29 18:08:11 +0100
committerPeter Simons <simons@cryp.to>2017-12-30 13:53:05 +0100
commita05d950812dbb1002e34db788b80ee20d3b5739c (patch)
treee47fff238a5036d2fd65838ca63804af682e0a01 /pkgs/development
parent8128c17d4465171746bcf9fcc4ab32922f74932b (diff)
downloadnixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.tar
nixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.tar.gz
nixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.tar.bz2
nixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.tar.lz
nixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.tar.xz
nixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.tar.zst
nixlib-a05d950812dbb1002e34db788b80ee20d3b5739c.zip
haskell-intero-nix-shim: build is broken
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/haskell/intero-nix-shim/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/haskell/intero-nix-shim/default.nix b/pkgs/development/tools/haskell/intero-nix-shim/default.nix
index a7ea5b9d5770..379d6b7e472d 100644
--- a/pkgs/development/tools/haskell/intero-nix-shim/default.nix
+++ b/pkgs/development/tools/haskell/intero-nix-shim/default.nix
@@ -24,4 +24,5 @@ mkDerivation {
   '';
   homepage = https://github.com/michalrus/intero-nix-shim;
   license = stdenv.lib.licenses.asl20;
+  broken = true; # https://hydra.nixos.org/build/66703340
 }