summary refs log tree commit diff
path: root/pkgs/tools/misc/ink
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/ink')
-rw-r--r--pkgs/tools/misc/ink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ink/default.nix b/pkgs/tools/misc/ink/default.nix
index 266298d9ec2..8037d541310 100644
--- a/pkgs/tools/misc/ink/default.nix
+++ b/pkgs/tools/misc/ink/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, libinklevel }:
+{ lib, stdenv, fetchurl, libinklevel }:
 
 stdenv.mkDerivation rec {
   pname = "ink";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   outputs = [ "out" "man" ];
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "A command line tool for checking the ink level of your locally connected printer";
     longDescription = ''
       Ink is a command line tool for checking the ink level of your locally connected printer on a system which runs Linux or FreeBSD. Canon BJNP network printers are supported too.