haskellPackages.focuslist: disable checks because doctests incorrectly fail

launchpad/nixpkgs/master
(cdep)illabout 3 years ago
parent ce807c7c42
commit 1d71ffb109
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -188,6 +188,7 @@ self: super: {
}));
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;
search = dontCheck super.search;
# see https://github.com/LumiGuide/haskell-opencv/commit/cd613e200aa20887ded83256cf67d6903c207a60

Loading…
Cancel
Save