summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--guix.scm2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index b31003c..9f6e5d6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
# Book creation tooling
-> NOTE: Cover creation needs Inkscape for PDF generation but it's not included
-> in the guix manifest.
+`guix.scm` file lists all dependencies needed for a project.
diff --git a/guix.scm b/guix.scm
index 9ab06d7..b584c8c 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,2 +1,2 @@
(specifications->manifest
- '("python-pyyaml" "python" "chibi-scheme" "ghc-pandoc" "make" "ghostscript"))
+ '("python-pyyaml" "python" "chibi-scheme" "ghc-pandoc" "make" "ghostscript" "texlive" "inkscape"))