haskellPackages.hoopl: Disable broken testsuite.
https://github.com/haskell/hoopl/issues/50
This commit is contained in:
parent
fe32659616
commit
a07cc456bc
1 changed files with 3 additions and 0 deletions
|
@ -1122,4 +1122,7 @@ self: super: {
|
|||
|
||||
# https://github.com/MarcWeber/hasktags/issues/52
|
||||
hasktags = dontCheck super.hasktags;
|
||||
|
||||
# https://github.com/haskell/hoopl/issues/50
|
||||
hoopl = dontCheck super.hoopl;
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
|
Loading…
Reference in a new issue