···1034103410351035 # the testsuite fails because of not finding tsc without some help
10361036 aeson-typescript = overrideCabal (drv: {
10371037- testToolDepends = drv.testToolDepends or [] ++ [ pkgs.nodePackages.typescript ];
10371037+ testToolDepends = drv.testToolDepends or [] ++ [ pkgs.typescript ];
10381038 # the testsuite assumes that tsc is in the PATH if it thinks it's in
10391039 # CI, otherwise trying to install it.
10401040 #