about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-11-15 01:09:20 +0100
committerGitHub <noreply@github.com>2023-11-15 01:09:20 +0100
commited2b1fe02605b0470041a108d2f95b0002183ba8 (patch)
tree32a44f49000fe3cf31316584200c8dc92be7fbbb /pkgs/applications/office
parent6cc772a6fa213f2624f490735f4cf49426bcc0e0 (diff)
parent1227757af6704f34b09ab01f2748f5fca641dada (diff)
downloadnixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.tar
nixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.tar.gz
nixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.tar.bz2
nixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.tar.lz
nixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.tar.xz
nixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.tar.zst
nixlib-ed2b1fe02605b0470041a108d2f95b0002183ba8.zip
Merge pull request #261113 from lilyinstarlight/fix/mupdf-hell
Diffstat (limited to 'pkgs/applications/office')
-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 91fea99ff1e5..cd640e89bf87 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"