haskellPackages.gitit: jailbreak
Should fix the build failure described in #107209 for master/unstable.
This commit is contained in:
parent
43e21e564e
commit
b1ff1909be
|
@ -1164,8 +1164,10 @@ self: super: {
|
||||||
# $HOME, which we don't have in our build sandbox.
|
# $HOME, which we don't have in our build sandbox.
|
||||||
cabal-install-parsers = dontCheck super.cabal-install-parsers;
|
cabal-install-parsers = dontCheck super.cabal-install-parsers;
|
||||||
|
|
||||||
# gitit is unbroken in the latest release
|
# version constraints break the build, so we jailbreak
|
||||||
gitit = markUnbroken super.gitit;
|
# can be removed at a new release which also fixes
|
||||||
|
# https://github.com/jgm/gitit/issues/665
|
||||||
|
gitit = doJailbreak super.gitit;
|
||||||
|
|
||||||
# Test suite requires database
|
# Test suite requires database
|
||||||
persistent-mysql = dontCheck super.persistent-mysql;
|
persistent-mysql = dontCheck super.persistent-mysql;
|
||||||
|
|
|
@ -5540,7 +5540,6 @@ broken-packages:
|
||||||
- github-webhook-handler-snap
|
- github-webhook-handler-snap
|
||||||
- githud
|
- githud
|
||||||
- gitignore
|
- gitignore
|
||||||
- gitit
|
|
||||||
- gitlab-api
|
- gitlab-api
|
||||||
- gitlib
|
- gitlib
|
||||||
- gitlib-cmdline
|
- gitlib-cmdline
|
||||||
|
|
Loading…
Reference in New Issue