mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
haskellng.th-desugar: Don't run the tests
Tests fail to build, see https://github.com/goldfirere/th-desugar/issues/21
This commit is contained in:
parent
56e3d5d99e
commit
9c71a83fd1
@ -136,6 +136,9 @@ self: super: {
|
||||
# depends on broken hbro package.
|
||||
hbro-contrib = markBroken super.hbro-contrib;
|
||||
|
||||
# https://github.com/goldfirere/th-desugar/issues/21
|
||||
th-desugar = dontCheck super.th-desugar;
|
||||
|
||||
}
|
||||
// {
|
||||
# Not on Hackage yet.
|
||||
|
Loading…
Reference in New Issue
Block a user