haskell-ci: mark broken (and drop obsolete overrides)
The build requires Cabal 3.x at setup-time and I can't make it work easily for reasons I don't understand. Fixing that package is going to need more time.
This commit is contained in:
parent
b744d1f88a
commit
c335226cee
@ -1185,18 +1185,6 @@ self: super: {
|
|||||||
# test suite failure: https://github.com/jgm/pandoc/issues/5582
|
# test suite failure: https://github.com/jgm/pandoc/issues/5582
|
||||||
pandoc = dontCheck super.pandoc;
|
pandoc = dontCheck super.pandoc;
|
||||||
|
|
||||||
# The latest release version is ancient. You really need this tool from git.
|
|
||||||
haskell-ci = generateOptparseApplicativeCompletion "haskell-ci"
|
|
||||||
(addBuildDepend (overrideSrc (dontCheck super.haskell-ci) {
|
|
||||||
version = "20190814-git";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "haskell-CI";
|
|
||||||
repo = "haskell-ci";
|
|
||||||
rev = "70918d80b6fd43aca7e4d00ba0d2ea116b666556";
|
|
||||||
sha256 = "0bzp959qy74zmqq75f60rcixpjbvvyrb5a8zp2nyql3nm9vxzy5k";
|
|
||||||
};
|
|
||||||
}) (with self; [temporary lattices Cabal_3_0_0_0]));
|
|
||||||
|
|
||||||
# Fix build with attr-2.4.48 (see #53716)
|
# Fix build with attr-2.4.48 (see #53716)
|
||||||
xattr = appendPatch super.xattr ./patches/xattr-fix-build.patch;
|
xattr = appendPatch super.xattr ./patches/xattr-fix-build.patch;
|
||||||
|
|
||||||
|
@ -2544,7 +2544,6 @@ package-maintainers:
|
|||||||
- funcmp
|
- funcmp
|
||||||
- git-annex
|
- git-annex
|
||||||
- hackage-db
|
- hackage-db
|
||||||
- haskell-ci
|
|
||||||
- hledger
|
- hledger
|
||||||
- hledger-interest
|
- hledger-interest
|
||||||
- hledger-ui
|
- hledger-ui
|
||||||
@ -3455,6 +3454,7 @@ broken-packages:
|
|||||||
- cabal-install-bundle
|
- cabal-install-bundle
|
||||||
- cabal-install-ghc72
|
- cabal-install-ghc72
|
||||||
- cabal-install-ghc74
|
- cabal-install-ghc74
|
||||||
|
- cabal-install-parsers
|
||||||
- cabal-meta
|
- cabal-meta
|
||||||
- cabal-mon
|
- cabal-mon
|
||||||
- cabal-nirvana
|
- cabal-nirvana
|
||||||
@ -5436,6 +5436,7 @@ broken-packages:
|
|||||||
- haskell-bitmex-client
|
- haskell-bitmex-client
|
||||||
- haskell-bitmex-rest
|
- haskell-bitmex-rest
|
||||||
- haskell-brainfuck
|
- haskell-brainfuck
|
||||||
|
- haskell-ci
|
||||||
- haskell-cnc
|
- haskell-cnc
|
||||||
- haskell-coffee
|
- haskell-coffee
|
||||||
- haskell-compression
|
- haskell-compression
|
||||||
|
Loading…
x
Reference in New Issue
Block a user