···10341035 # the testsuite fails because of not finding tsc without some help
1036 aeson-typescript = overrideCabal (drv: {
1037- testToolDepends = drv.testToolDepends or [] ++ [ pkgs.nodePackages.typescript ];
1038 # the testsuite assumes that tsc is in the PATH if it thinks it's in
1039 # CI, otherwise trying to install it.
1040 #
···10341035 # the testsuite fails because of not finding tsc without some help
1036 aeson-typescript = overrideCabal (drv: {
1037+ testToolDepends = drv.testToolDepends or [] ++ [ pkgs.typescript ];
1038 # the testsuite assumes that tsc is in the PATH if it thinks it's in
1039 # CI, otherwise trying to install it.
1040 #