summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-06-26 13:36:12 -0500
committerGitHub <noreply@github.com>2023-06-26 20:36:12 +0200
commit0bc45479528827c6321e5ff1fb7a2dc27a46ae2f (patch)
tree0f787795b9303c0420aa801f5477525f2d0d4b0d /pkgs/development/haskell-modules
parent89a9b36d69b7ee03fbf4e9275431559ad083c89d (diff)
downloadnixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.tar
nixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.tar.gz
nixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.tar.bz2
nixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.tar.lz
nixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.tar.xz
nixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.tar.zst
nixpkgs-0bc45479528827c6321e5ff1fb7a2dc27a46ae2f.zip
typescript: repackage using buildNpmPackage (#239189)
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 6f2df9d5d49..ef1fa745116 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -1034,7 +1034,7 @@ self: super: builtins.intersectAttrs super {
 
   # the testsuite fails because of not finding tsc without some help
   aeson-typescript = overrideCabal (drv: {
-    testToolDepends = drv.testToolDepends or [] ++ [ pkgs.nodePackages.typescript ];
+    testToolDepends = drv.testToolDepends or [] ++ [ pkgs.typescript ];
     # the testsuite assumes that tsc is in the PATH if it thinks it's in
     # CI, otherwise trying to install it.
     #