haskellPackages.http-types: fix strictDeps build

This commit is contained in:
Colin
2026-01-19 01:16:14 +00:00
parent 9e808795cf
commit fad607c3a2
@@ -508,6 +508,9 @@ builtins.intersectAttrs super {
lz4-frame-conduit = addTestToolDepends [ pkgs.lz4 ] super.lz4-frame-conduit;
# Fix strictDeps build error "could not execute: hspec-discover"
http-types = addTestToolDepends [ self.hspec-discover ] super.http-types;
# Fix strictDeps build error "could not execute: hspec-discover"
safe-exceptions = addTestToolDepends [ self.hspec-discover ] super.safe-exceptions;