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