summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-08 11:30:36 +0200
committerPeter Simons <simons@cryp.to>2018-05-08 17:47:12 +0200
commitc5338e5acb9c1af43aa95ffa31a24c4cde1fec1e (patch)
treec38eddd67be848b9c3f73fb794c90fcc76d9102a /pkgs/development
parent26e961c1fb194678b7438152081cb9eb4faa6e34 (diff)
downloadnixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.tar
nixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.tar.gz
nixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.tar.bz2
nixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.tar.lz
nixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.tar.xz
nixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.tar.zst
nixlib-c5338e5acb9c1af43aa95ffa31a24c4cde1fec1e.zip
haskell-gi: remember the URL to the PR that explains why the override is necessary
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 1 insertions, 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