summary refs log tree commit diff
path: root/pkgs/tools/misc/notify-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/notify-desktop')
-rw-r--r--pkgs/tools/misc/notify-desktop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/notify-desktop/default.nix b/pkgs/tools/misc/notify-desktop/default.nix
index 61aa2c41c4f..03e7fbb5c02 100644
--- a/pkgs/tools/misc/notify-desktop/default.nix
+++ b/pkgs/tools/misc/notify-desktop/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, dbus, pkgconfig }:
+{ lib, stdenv, fetchFromGitHub, dbus, pkgconfig }:
 
 stdenv.mkDerivation {
   pname = "notify-desktop";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
     install -m 755 bin/notify-desktop $out/bin/notify-desktop
   '';
 
-  meta = with stdenv.lib; {
+  meta = with lib; {
     description = "Little application that lets you send desktop notifications with one command";
     longDescription = ''
       It's basically clone of notify-send from libnotify,