Fix pdf-simple-sign check on macOS

This commit is contained in:
Přemysl Eric Janouch 2023-07-04 03:00:23 +02:00
parent 3bbb7d522a
commit 4bb96d49ef
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,6 @@ let
ncurses ncurses
inkscape inkscape
#(groff.override { enableGhostscript = true; }) #(groff.override { enableGhostscript = true; })
libreoffice
imagemagick imagemagick
openssl openssl
@ -22,6 +21,9 @@ let
nss.tools nss.tools
# pdfsig # pdfsig
(poppler.override { utils = true; }) (poppler.override { utils = true; })
] ++ lib.optionals stdenv.isLinux [
# Missing on macOS as of writing.
libreoffice
]; ];
src = if local then src = if local then