summary refs log tree commit diff
path: root/pkgs/tools/text/chars/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/chars/default.nix')
-rw-r--r--pkgs/tools/text/chars/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/chars/default.nix b/pkgs/tools/text/chars/default.nix
index a6550615477..e5a1bc9c2a0 100644
--- a/pkgs/tools/text/chars/default.nix
+++ b/pkgs/tools/text/chars/default.nix
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoSha256 = "1ampmw0l2wk2xp4q13aj5shxncqfh4dc3rsmpk2scaivanrsikn5";
 
-  buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
+  buildInputs = lib.optionals stdenv.isDarwin [ Security ];
 
   meta = with lib; {
     description = "Commandline tool to display information about unicode characters";