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