Fix pdf-simple-sign check on macOS
This commit is contained in:
parent
3bbb7d522a
commit
4bb96d49ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue