about 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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/chars/default.nix b/pkgs/tools/text/chars/default.nix
index fa58d110550ee..a65506154777c 100644
--- a/pkgs/tools/text/chars/default.nix
+++ b/pkgs/tools/text/chars/default.nix
@@ -1,4 +1,4 @@
-{ stdenv
+{ lib, stdenv
 , fetchFromGitHub
 , rustPlatform
 , Security
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Commandline tool to display information about unicode characters";
     homepage = "https://github.com/antifuchs/chars";
     license = licenses.mit;