summary refs log tree commit diff
path: root/pkgs/tools/text/ruplacer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/ruplacer/default.nix')
-rw-r--r--pkgs/tools/text/ruplacer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/ruplacer/default.nix b/pkgs/tools/text/ruplacer/default.nix
index 33a95c365e6..3af039ccdae 100644
--- a/pkgs/tools/text/ruplacer/default.nix
+++ b/pkgs/tools/text/ruplacer/default.nix
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "0wrv4k63pc1v0apmxmmci9qaykcv9ig3nfxy6id5caqrckp73cr4";
 
-  buildInputs = (stdenv.lib.optional stdenv.isDarwin Security);
+  buildInputs = (lib.optional stdenv.isDarwin Security);
 
   meta = with lib; {
     description = "Find and replace text in source files";