about summary refs log tree commit diff
path: root/pkgs/applications/misc/zathura
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-03 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-03 04:20:00 +0000
commit4b42fab6d5eeb1b1e3fcd1314c6ddef16710f94c (patch)
tree21e049e19d3b4d258f0251813e1a106d1894dbb4 /pkgs/applications/misc/zathura
parent59ff147da1a003092f68d9a2d4b114ad476d4ae3 (diff)
zathuraPkgs.zathura_core: add passthru.updateScript
Diffstat (limited to 'pkgs/applications/misc/zathura')
-rw-r--r--pkgs/applications/misc/zathura/core/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/misc/zathura/core/default.nix b/pkgs/applications/misc/zathura/core/default.nix
index a9f8ea10b023f..3b529c18f52dc 100644
--- a/pkgs/applications/misc/zathura/core/default.nix
+++ b/pkgs/applications/misc/zathura/core/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitLab, meson, ninja, wrapGAppsHook, pkg-config
+{ lib, stdenv, fetchFromGitLab, meson, ninja, wrapGAppsHook, pkg-config, gitUpdater
 , appstream-glib, json-glib, desktop-file-utils, python3
 , gtk, girara, gettext, libxml2, check
 , sqlite, glib, texlive, libintl, libseccomp
@@ -45,6 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
 
   doCheck = !stdenv.isDarwin;
 
+  passthru.updateScript = gitUpdater { };
+
   meta = with lib; {
     homepage = "https://git.pwmt.org/pwmt/zathura";
     description = "A core component for zathura PDF viewer";