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 14:47:18 +0200
committerPeter Simons <simons@cryp.to>2015-04-02 20:58:31 +0200
commit82893282dd10e798be21f172f399f55a5c8a361f (patch)
tree5726fb836ccec92f099ac004aee1f968e9b58f49 /pkgs/development/haskell-modules/configuration-common.nix
parent847f25d03b5d740f7e5e964dc233744975fb1270 (diff)
downloadnixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.tar
nixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.tar.gz
nixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.tar.bz2
nixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.tar.lz
nixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.tar.xz
nixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.tar.zst
nixpkgs-82893282dd10e798be21f172f399f55a5c8a361f.zip
haskell-ng: fix Hydra evaluation errors
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix39
1 files changed, 36 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index bb718975f65..21a4dc5d123 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -65,7 +65,20 @@ self: super: {
   al = appendConfigureFlag super.al "--extra-include-dirs=${pkgs.openal}/include/AL";
 
   # Depends on code distributed under a non-free license.
+  accelerate-cublas = dontDistribute super.accelerate-cublas;
+  accelerate-cuda = dontDistribute super.accelerate-cuda;
+  accelerate-cufft  = dontDistribute super.accelerate-cufft;
+  accelerate-examples = dontDistribute super.accelerate-examples;
+  accelerate-fft = dontDistribute super.accelerate-fft;
+  accelerate-fourier-benchmark = dontDistribute super.accelerate-fourier-benchmark;
   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;
+  libnvvm = dontDistribute super.libnvvm;
+  Obsidian = dontDistribute super.Obsidian;
+  patch-image = dontDistribute super.patch-image;
   yices = dontDistribute super.yices;
   yices-easy = dontDistribute super.yices-easy;
   yices-painless = dontDistribute super.yices-painless;
@@ -444,10 +457,18 @@ self: super: {
   tz = overrideCabal super.tz (drv: { preConfigure = "export TZDIR=${pkgs.tzdata}/share/zoneinfo"; });
 
   # Deprecated upstream and doesn't compile.
-  llvm-base = markBroken super.llvm-base;
+  BASIC = dontDistribute super.BASIC;
   bytestring-arbitrary = dontDistribute (addBuildTool super.bytestring-arbitrary self.llvm);
+  llvm = dontDistribute super.llvm;
+  llvm-base = markBroken super.llvm-base;
+  llvm-base-util = dontDistribute super.llvm-base-util;
+  llvm-extra = dontDistribute super.llvm-extra;
+  llvm-tf = dontDistribute super.llvm-tf;
   objectid = dontDistribute super.objectid;
   saltine-quickcheck = dontDistribute super.saltine-quickcheck;
+  stable-tree = dontDistribute super.stable-tree;
+  synthesizer-llvm = dontDistribute super.synthesizer-llvm;
+  optimal-blocks = dontDistribute super.optimal-blocks;
 
   # https://ghc.haskell.org/trac/ghc/ticket/9625
   vty = dontCheck super.vty;
@@ -587,6 +608,8 @@ self: super: {
   # Build fails, but there seems to be no issue tracker available. :-(
   hmidi = markBrokenVersion "0.2.1.0" super.hmidi;
   padKONTROL = markBroken super.padKONTROL;
+  Bang = dontDistribute super.Bang;
+  launchpad-control = dontDistribute super.launchpad-control;
 
   # Upstream provides no issue tracker and no contact details.
   vivid = markBroken super.vivid;
@@ -623,8 +646,17 @@ self: super: {
   haroonga-httpd = markBroken super.haroonga-httpd;
 
   # Cannot find pkg-config data for "webkit-1.0".
-  webkit = markBroken super.webkit;
-  websnap = markBroken super.websnap;
+  lambdacat = dontDistribute super.lambdacat;
+  manatee-all = dontDistribute super.manatee-all;
+  manatee-browser = dontDistribute super.manatee-browser;
+  manatee-reader = dontDistribute super.manatee-reader;
+  markup-preview = dontDistribute super.markup-preview;
+  spike = dontDistribute super.spike;
+  tianbar = dontDistribute super.tianbar;
+  web-browser-in-haskell = dontDistribute super.web-browser-in-haskell;
+  webkit = markBroken super.webkit; # .override { webkit = pkgs.webkitgtk24x; };
+  webkit-javascriptcore = dontDistribute super.webkit-javascriptcore;
+  websnap = markBroken super.websnap; # .override { webkit = pkgs.webkitgtk24x; };
 
   # Build is broken and no contact info available.
   hopenpgp-tools = markBroken super.hopenpgp-tools;
@@ -648,6 +680,7 @@ self: super: {
   # https://github.com/meteficha/Hipmunk/issues/8
   Hipmunk = markBroken super.Hipmunk;
   HipmunkPlayground = dontDistribute super.HipmunkPlayground;
+  click-clack = dontDistribute super.click-clack;
 
   # https://github.com/prowdsponsor/esqueleto/issues/93
   esqueleto = dontCheck super.esqueleto;