haskellPackages.hasktags: Disable broken testsuite.

https://github.com/MarcWeber/hasktags/issues/52
This commit is contained in:
Shea Levy 2018-08-16 15:34:53 -04:00
parent f5bd6b8bfe
commit 9c32d185d1
No known key found for this signature in database
GPG Key ID: 5C0BD6957D86FE27

View File

@ -1120,4 +1120,6 @@ self: super: {
# Can be removed once yi-language >= 0.18 is in the LTS
yi-core = super.yi-core.override { yi-language = self.yi-language_0_18_0; };
# https://github.com/MarcWeber/hasktags/issues/52
hasktags = dontCheck super.hasktags;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super