diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-26 17:04:32 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-26 17:04:32 +0200 |
commit | da139f7dcc4458aeb7764e4ee4f27c5d0731ce20 (patch) | |
tree | be253842b496efdcf4a4736660989171ffb3c624 | |
parent | 18898e2d2616eac3f95b34f73db0a7ae74db5f33 (diff) |
List all deps in guix manifest
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | guix.scm | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -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. @@ -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")) |