haskell-json-autotype: disable the test suite to fix the build

This commit is contained in:
Peter Simons 2018-12-05 20:45:32 +01:00
parent 8e11a25d5f
commit db6aeeae56

View file

@ -1195,4 +1195,7 @@ self: super: {
# The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
xmobar = dontCheck super.xmobar;
# https://github.com/mgajda/json-autotype/issues/25
json-autotype = dontCheck super.json-autotype;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super