Fix pdf-simple-sign check on macOS

This commit is contained in:
2023-07-04 03:00:23 +02:00
parent 3bbb7d522a
commit 4bb96d49ef

View File

@@ -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