summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorVictor Nawothnig <Victor.Nawothnig@gmail.com>2020-07-29 15:39:18 +0200
committerPeter Simons <simons@cryp.to>2020-07-31 21:21:56 +0200
commit907b898383b0070dd8550c95740b645418582e6a (patch)
tree10167f1f96b1150373a1da7f920632fe33ace3e6 /pkgs/development/haskell-modules/configuration-common.nix
parentd834fc7d630ff6361fd006cb61c9277dc75500f8 (diff)
downloadnixpkgs-907b898383b0070dd8550c95740b645418582e6a.tar
nixpkgs-907b898383b0070dd8550c95740b645418582e6a.tar.gz
nixpkgs-907b898383b0070dd8550c95740b645418582e6a.tar.bz2
nixpkgs-907b898383b0070dd8550c95740b645418582e6a.tar.lz
nixpkgs-907b898383b0070dd8550c95740b645418582e6a.tar.xz
nixpkgs-907b898383b0070dd8550c95740b645418582e6a.tar.zst
nixpkgs-907b898383b0070dd8550c95740b645418582e6a.zip
bytebuild: disable test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 578db07300a..9879c8e6fdc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -460,6 +460,9 @@ self: super: {
   bytestring-strict-builder = dontCheck super.bytestring-strict-builder;
   bytestring-tree-builder = dontCheck super.bytestring-tree-builder;
 
+  # https://github.com/byteverse/bytebuild/issues/19
+  bytebuild = dontCheck super.bytebuild;
+
   # https://github.com/ndmitchell/shake/issues/206
   # https://github.com/ndmitchell/shake/issues/267
   shake = overrideCabal super.shake (drv: { doCheck = !pkgs.stdenv.isDarwin && false; });