Unbreak ats-format
This commit is contained in:
parent
d0eb52f5cd
commit
ef65c6382d
@ -1222,6 +1222,12 @@ self: super: {
|
|||||||
# Requires dhall >= 1.23.0
|
# Requires dhall >= 1.23.0
|
||||||
ats-pkg = dontCheck (super.ats-pkg.override { dhall = self.dhall_1_29_0; });
|
ats-pkg = dontCheck (super.ats-pkg.override { dhall = self.dhall_1_29_0; });
|
||||||
|
|
||||||
|
# fake a home dir and capture generated man page
|
||||||
|
ats-format = overrideCabal super.ats-format (old : {
|
||||||
|
preConfigure = "export HOME=$PWD";
|
||||||
|
postBuild = "mv .local/share $out";
|
||||||
|
});
|
||||||
|
|
||||||
# Test suite doesn't work with current QuickCheck
|
# Test suite doesn't work with current QuickCheck
|
||||||
# https://github.com/pruvisto/heap/issues/11
|
# https://github.com/pruvisto/heap/issues/11
|
||||||
heap = dontCheck super.heap;
|
heap = dontCheck super.heap;
|
||||||
|
@ -2920,7 +2920,6 @@ broken-packages:
|
|||||||
- atomic-primops-vector
|
- atomic-primops-vector
|
||||||
- atomo
|
- atomo
|
||||||
- atp-haskell
|
- atp-haskell
|
||||||
- ats-format
|
|
||||||
- ats-setup
|
- ats-setup
|
||||||
- ats-storable
|
- ats-storable
|
||||||
- attempt
|
- attempt
|
||||||
|
Loading…
Reference in New Issue
Block a user