about summary refs log tree commit diff
path: root/pkgs/applications/office/beamerpresenter
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-10-14 09:57:37 -0400
committerLily Foster <lily@lily.flowers>2023-10-27 19:19:35 -0400
commitb653be52a978b351c4e69a127e525262e80487a4 (patch)
treea659dad355f123acab604f774a21c4d4f548a54f /pkgs/applications/office/beamerpresenter
parent8aced2d10bc7d81b1e18bb804d17e2c6b94819f9 (diff)
beamerpresenter-mupdf: fix build with shared lib mupdf
Diffstat (limited to 'pkgs/applications/office/beamerpresenter')
-rw-r--r--pkgs/applications/office/beamerpresenter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/beamerpresenter/default.nix b/pkgs/applications/office/beamerpresenter/default.nix
index 91fea99ff1e51..cd640e89bf876 100644
--- a/pkgs/applications/office/beamerpresenter/default.nix
+++ b/pkgs/applications/office/beamerpresenter/default.nix
@@ -72,7 +72,7 @@ stdenv.mkDerivation rec {
     "-DUSE_POPPLER=${if usePoppler then "ON" else "OFF"}"
     "-DUSE_MUPDF=${if useMupdf then "ON" else "OFF"}"
     "-DUSE_QTPDF=OFF"
-    "-DLINK_MUPDF_THIRD=ON"
+    "-DLINK_MUPDF_THIRD=OFF"
     "-DUSE_EXTERNAL_RENDERER=${if useExternalRenderer then "ON" else "OFF"}"
     "-DLINK_MUJS=OFF"
     "-DLINK_GUMBO=ON"