From 71e3d4dbb1e6369c5378c7ee370162d3690d79fc Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 26 Dec 2021 12:06:21 +0100 Subject: [PATCH] haskellPackages.aeson-deriving: disable ordering dependent tests --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 241f5b9cf0f7..5845387a4251 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2192,5 +2192,7 @@ self: super: { "--match" "/should sanitize weird field and record names/" ] ++ drv.testFlags or []; }) super.json-to-haskell; + # https://github.com/fieldstrength/aeson-deriving/issues/5 + aeson-deriving = dontCheck super.aeson-deriving; } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super