zathuraPkgs.zathura_core: add passthru.updateScript
This commit is contained in:
parent
59ff147da1
commit
4b42fab6d5
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue