about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-06-26 22:57:50 +0200
committermaralorn <mail@maralorn.de>2023-06-26 22:57:50 +0200
commit0e87c159c8dce30d15a1621b500e397758bd956d (patch)
tree544f8344381d0c2eb1b2a97b4460a0494020f6d7 /pkgs/development/haskell-modules
parent6cd94a89355137e382f97aa22cad2a146f0ba577 (diff)
parent6e5936969052d3caf4a624ad62ec8186ce9ad63b (diff)
downloadnixlib-0e87c159c8dce30d15a1621b500e397758bd956d.tar
nixlib-0e87c159c8dce30d15a1621b500e397758bd956d.tar.gz
nixlib-0e87c159c8dce30d15a1621b500e397758bd956d.tar.bz2
nixlib-0e87c159c8dce30d15a1621b500e397758bd956d.tar.lz
nixlib-0e87c159c8dce30d15a1621b500e397758bd956d.tar.xz
nixlib-0e87c159c8dce30d15a1621b500e397758bd956d.tar.zst
nixlib-0e87c159c8dce30d15a1621b500e397758bd956d.zip
Merge branch 'master' into haskell-updates
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 b14716718e84..671777df5a0e 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -1093,7 +1093,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.
     #