From c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 8 May 2018 11:30:36 +0200 Subject: [PATCH] haskell-gi: remember the URL to the PR that explains why the override is necessary --- pkgs/development/haskell-modules/configuration-common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2c16b37bba88..45560de984f3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -422,8 +422,7 @@ self: super: { # https://github.com/evanrinehart/mikmod/issues/1 mikmod = addExtraLibrary super.mikmod pkgs.libmikmod; - # The doctest phase fails because it does not have a proper environment in - # which to run the commands it's ought to test. + # https://github.com/haskell-gi/haskell-gi/pull/163 haskell-gi = dontCheck super.haskell-gi; # https://github.com/basvandijk/threads/issues/10