haskellPackages.hnix-store-core: allow algebraic-graphs 0.6

This commit is contained in:
sternenseemann 2022-02-20 20:03:57 +01:00
parent b0c6127668
commit 0e233d7a63

View file

@ -179,6 +179,9 @@ self: super: {
# 2020-06-05: HACK: does not pass own build suite - `dontCheck`
hnix = generateOptparseApplicativeCompletion "hnix" (dontCheck super.hnix);
# Too strict bounds on algebraic-graphs
# https://github.com/haskell-nix/hnix-store/issues/180
hnix-store-core = doJailbreak super.hnix-store-core;
# Fails for non-obvious reasons while attempting to use doctest.
focuslist = dontCheck super.focuslist;