about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-08 12:00:27 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-12 13:21:34 +0200
commit7380ad739df8ef490ee0b7525f1297835ad513d8 (patch)
tree78202f79cd7714ca043c918482ab722115a56386 /pkgs
parentaefbe5d5a7f617bde0123a71cf91efbe51f602f1 (diff)
downloadnixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.tar
nixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.tar.gz
nixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.tar.bz2
nixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.tar.lz
nixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.tar.xz
nixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.tar.zst
nixlib-7380ad739df8ef490ee0b7525f1297835ad513d8.zip
haskellPackages.gitit: mark unbroken
It’s finally got a new release.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
2 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d15c37a65fbe..fb9ff1d825f2 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1405,6 +1405,9 @@ 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;
+
   # haskell-ci-0.8 needs cabal-install-parsers ==0.1, but we have 0.2.
   haskell-ci = doJailbreak super.haskell-ci;
 
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 1b02c07bbc20..a0b6338ab65a 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -5137,7 +5137,6 @@ broken-packages:
   - github-webhooks
   - githud
   - gitignore
-  - gitit
   - gitlab-api
   - gitlib
   - gitlib-cmdline