haskellPackages.aeson-deriving: disable ordering dependent tests

main
sternenseemann 2 years ago
parent 4821b61a70
commit 71e3d4dbb1
  1. 2
      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

Loading…
Cancel
Save