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-02 17:13:19 +0200
committerPeter Simons <simons@cryp.to>2015-04-02 20:58:31 +0200
commitb07f749f3765beccc37f0aaf48893098359599de (patch)
tree87fce4a5b492835799dbeeee86215247077736f1 /pkgs/development/haskell-modules/configuration-common.nix
parent27842ccd7532c51a7de0c244799d1dbc91ca240c (diff)
downloadnixpkgs-b07f749f3765beccc37f0aaf48893098359599de.tar
nixpkgs-b07f749f3765beccc37f0aaf48893098359599de.tar.gz
nixpkgs-b07f749f3765beccc37f0aaf48893098359599de.tar.bz2
nixpkgs-b07f749f3765beccc37f0aaf48893098359599de.tar.lz
nixpkgs-b07f749f3765beccc37f0aaf48893098359599de.tar.xz
nixpkgs-b07f749f3765beccc37f0aaf48893098359599de.tar.zst
nixpkgs-b07f749f3765beccc37f0aaf48893098359599de.zip
haskell-AttoJson: mark broken
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
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;