From 4bb96d49ef73d47ce24490319677a74114a9c854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 4 Jul 2023 03:00:23 +0200 Subject: [PATCH] Fix pdf-simple-sign check on macOS --- pdf-simple-sign-master.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdf-simple-sign-master.nix b/pdf-simple-sign-master.nix index 4ab5227..3c9e6a8 100644 --- a/pdf-simple-sign-master.nix +++ b/pdf-simple-sign-master.nix @@ -14,7 +14,6 @@ let ncurses inkscape #(groff.override { enableGhostscript = true; }) - libreoffice imagemagick openssl @@ -22,6 +21,9 @@ let nss.tools # pdfsig (poppler.override { utils = true; }) + ] ++ lib.optionals stdenv.isLinux [ + # Missing on macOS as of writing. + libreoffice ]; src = if local then