haskellPackages.hashing: drop stale override
This commit is contained in:
parent
cb736c3d9a
commit
d24b2e9d5d
1 changed files with 0 additions and 4 deletions
|
@ -216,10 +216,6 @@ self: super: {
|
|||
# https://github.com/haskell-nix/hnix-store/issues/180
|
||||
hnix-store-core = doJailbreak super.hnix-store-core;
|
||||
|
||||
# Too strict upper bound on bytestring
|
||||
# https://github.com/wangbj/hashing/issues/3
|
||||
hashing = doJailbreak super.hashing;
|
||||
|
||||
# Fails for non-obvious reasons while attempting to use doctest.
|
||||
focuslist = dontCheck super.focuslist;
|
||||
search = dontCheck super.search;
|
||||
|
|
Loading…
Reference in a new issue