about summary refs log tree commit diff
path: root/pkgs/tools/text/teip/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/teip/default.nix')
-rw-r--r--pkgs/tools/text/teip/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/text/teip/default.nix b/pkgs/tools/text/teip/default.nix
index d7575962412e0..90a41a8cf38d4 100644
--- a/pkgs/tools/text/teip/default.nix
+++ b/pkgs/tools/text/teip/default.nix
@@ -23,11 +23,6 @@ rustPlatform.buildRustPackage rec {
 
   nativeCheckInputs = [ perl ];
 
-  # Cargo.lock is outdated
-  preConfigure = ''
-    cargo update --offline
-  '';
-
   # tests are locale sensitive
   preCheck = ''
     export LANG=${if stdenv.isDarwin then "en_US.UTF-8" else "C.UTF-8"}