Commit 483ec9c6 authored by Mario Rodas's avatar Mario Rodas
Browse files

zathuraPkgs.zathura_pdf_mupdf: add updateScript

parent bd62e93c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
, tesseract
, leptonica
, mujs
, gitUpdater
}:

stdenv.mkDerivation rec {
@@ -40,6 +41,10 @@ stdenv.mkDerivation rec {

  PKG_CONFIG_ZATHURA_PLUGINDIR= "lib/zathura";

  passthru.updateScript = gitUpdater {
    url = "https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git";
  };

  meta = with lib; {
    homepage = "https://pwmt.org/projects/zathura-pdf-mupdf/";
    description = "A zathura PDF plugin (mupdf)";