about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 756039d723bf..2d3c80d2a576 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -566,8 +566,9 @@ let
   };
 
   convertlit = import ../tools/text/convertlit {
-    inherit fetchurl stdenv unzip libtommath;
- };
+    inherit fetchurl unzip libtommath;
+    stdenv = stdenvNew;
+  };
 
   coreutils = useFromStdenv "coreutils"
     ((if stdenv ? isDietLibC