diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-29 19:06:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-09-09 22:03:12 -0400 |
commit | 2cdc5d2a7c62e54009e915d6f6a9da87905e2699 (patch) | |
tree | acb5e8af2cccc20546effef9722fe5526064f947 /org/config_nix.org | |
parent | config nix (diff) |
xmls, epub3 toc_nav.xhtml toc.ncx
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 3e63e9d..2268ac6 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -504,6 +504,7 @@ pkgs.mkShell { <<shell_packages_nix_related>> <<shell_packages_d_build_related>> # <<shell_packages_search_sqlite_related>> + # <<shell_packages_xml_and_epub_related>> ] )]; shellHook = '' @@ -546,6 +547,22 @@ ldc sqlite #+END_SRC +***** packages xml epub related + +#+NAME: shell_packages_xml_and_epub_related +#+BEGIN_SRC nix +# xml_and_epub_related +libxml2 +html-tidy +xmlstarlet +epubcheck +ebook_tools +epr +sigil +calibre # (ebook-viewer) +foliate +#+END_SRC + **** misc #+HEADER: :NO-tangle ../shell.nix |