···999999 libraryToolDepends = drv.libraryToolDepends or [] ++ [pkgs.postgresql];
10001000 testToolDepends = drv.testToolDepends or [] ++ [pkgs.procps];
10011001 });
10021002+10031003+ # Newer hpack's needs newer HUnit, but we cannot easily override the version
10041004+ # used in the build, so we take the easy way out and disable the test suite.
10051005+ hpack_0_20_0 = dontCheck super.hpack_0_20_0;
10061006+ hpack_0_21_0 = dontCheck super.hpack_0_21_0;
10071007+10021008}