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

wip/yesman
Peter Simons 6 years ago
parent 8e11a25d5f
commit db6aeeae56
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save