haskell-gi: remember the URL to the PR that explains why the override is necessary

This commit is contained in:
Peter Simons 2018-05-08 11:30:36 +02:00
parent 26e961c1fb
commit c5338e5acb

View file

@ -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