mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
haskellPackages.gitit: jailbreak and unbreak
This commit is contained in:
@@ -1164,8 +1164,10 @@ self: super: {
|
||||
# $HOME, which we don't have in our build sandbox.
|
||||
cabal-install-parsers = dontCheck super.cabal-install-parsers;
|
||||
|
||||
# gitit is unbroken in the latest release
|
||||
gitit = markUnbroken super.gitit;
|
||||
# version constraints break the build, so we jailbreak
|
||||
# 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
|
||||
persistent-mysql = dontCheck super.persistent-mysql;
|
||||
|
||||
@@ -5396,7 +5396,6 @@ broken-packages:
|
||||
- github-webhooks
|
||||
- githud
|
||||
- gitignore
|
||||
- gitit
|
||||
- gitlab-api
|
||||
- gitlib
|
||||
- gitlib-cmdline
|
||||
|
||||
@@ -102751,8 +102751,6 @@ self: {
|
||||
];
|
||||
description = "Wiki using happstack, git or darcs, and pandoc";
|
||||
license = "GPL";
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"gitlab-api" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user