about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-01-28 11:42:30 +0100
committerGitHub <noreply@github.com>2022-01-28 11:42:30 +0100
commit8152911f615ae29021a1da614d4b3d0129bcd012 (patch)
tree18a60d0f33a8261fd9bc7f5d65faefce33e7dc8d /pkgs/applications/office
parent46903948d2f440c16407d16875be03f72c21bba3 (diff)
parent46c427535a72a3bcd32c2e9ff0eafc0e9e399996 (diff)
Merge pull request #149570 from r-ryantm/auto-update/poppler-glib
poppler: 21.06.1 -> 22.01.0
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/scribus/unstable.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/office/scribus/unstable.nix b/pkgs/applications/office/scribus/unstable.nix
index 6aed41d7f9afd..21adb90cab9e9 100644
--- a/pkgs/applications/office/scribus/unstable.nix
+++ b/pkgs/applications/office/scribus/unstable.nix
@@ -83,6 +83,11 @@ mkDerivation rec {
     qttools
   ];
 
+  cmakeFlags = [
+    # poppler uses std::optional
+    "-DWANT_CPP17=ON"
+  ];
+
   meta = with lib; {
     maintainers = with maintainers; [
       erictapen