From b07f749f3765beccc37f0aaf48893098359599de Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 2 Apr 2015 17:13:19 +0200 Subject: [PATCH] haskell-AttoJson: mark broken --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cc10de8f8d9..439bb7c0a8a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -71,12 +71,17 @@ self: super: { accelerate-examples = dontDistribute super.accelerate-examples; accelerate-fft = dontDistribute super.accelerate-fft; accelerate-fourier-benchmark = dontDistribute super.accelerate-fourier-benchmark; + AttoJson = markBroken super.AttoJson; bindings-yices = dontDistribute super.bindings-yices; cublas = dontDistribute super.cublas; cufft = dontDistribute super.cufft; gloss-accelerate = dontDistribute super.gloss-accelerate; gloss-raster-accelerate = dontDistribute super.gloss-raster-accelerate; + GoogleTranslate = dontDistribute super.GoogleTranslate; + GoogleDirections = dontDistribute super.GoogleDirections; libnvvm = dontDistribute super.libnvvm; + manatee-all = dontDistribute super.manatee-all; + manatee-ircclient = dontDistribute super.manatee-ircclient; Obsidian = dontDistribute super.Obsidian; patch-image = dontDistribute super.patch-image; yices = dontDistribute super.yices;