From 096ea49aa8b463cc444c56dbac2ad292fe263acf Mon Sep 17 00:00:00 2001 From: Artur Cygan Date: Sun, 10 Jul 2022 04:01:27 +0200 Subject: [PATCH] haskellPackages.clash-prelude: fix build by disabling tests --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ .../configuration-hackage2nix/transitive-broken.yaml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cbb6abe9daa8..852dec373e3f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2614,4 +2614,7 @@ in { purescript-ast = purescriptStOverride super.purescript-ast; purenix = purescriptStOverride super.purenix; + + # tests use doctest-parallel which produces some errors during testing + clash-prelude = dontCheck super.clash-prelude; }) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index a68cf2b513a3..de787ebbcd2d 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -957,8 +957,6 @@ dont-distribute-packages: - clash-lib - clash-lib-hedgehog - clash-multisignal - - clash-prelude - - clash-prelude-hedgehog - clash-prelude-quickcheck - clash-shake - clash-systemverilog