haskell-json-autotype: disable the test suite to fix the build
This commit is contained in:
parent
8e11a25d5f
commit
db6aeeae56
|
@ -1195,4 +1195,7 @@ self: super: {
|
||||||
# The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
|
# The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
|
||||||
xmobar = dontCheck super.xmobar;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
Loading…
Reference in New Issue