about summary refs log tree commit diff
path: root/pkgs/tools/X11/xnotify
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/xnotify')
-rw-r--r--pkgs/tools/X11/xnotify/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/X11/xnotify/default.nix b/pkgs/tools/X11/xnotify/default.nix
index 8f93e1b1c9f9a..f38ffc4d7ece3 100644
--- a/pkgs/tools/X11/xnotify/default.nix
+++ b/pkgs/tools/X11/xnotify/default.nix
@@ -40,9 +40,7 @@ stdenv.mkDerivation rec {
 
   makeFlags = [ "PREFIX=$(out)" ];
 
-  passthru.updateScript = nix-update-script {
-    attrPath = pname;
-  };
+  passthru.updateScript = nix-update-script { };
 
   meta = with lib; {
     description = "A tool to read notifications from stdin and pop them up on the screen";