Unverified Commit 05c24732 authored by Lily Foster's avatar Lily Foster
Browse files

zathuraPkgs.zathura_pdf_mupdf: fix build with shared lib mupdf

parent b653be52
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,6 +41,10 @@ stdenv.mkDerivation rec {

  PKG_CONFIG_ZATHURA_PLUGINDIR= "lib/zathura";

  postPatch = ''
    sed -i -e '/^mupdfthird =/d' -e 's/, mupdfthird//g' meson.build
  '';

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