diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-25 16:33:09 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-25 16:33:09 +0200 |
commit | f2984c7230f69a6e50810edc5e9d36bd671801f9 (patch) | |
tree | 11e80c8680973ed7b2dd8fb59b7d70729f350d5d /README | |
parent | 1bcccbab768587d80385a998bb3e450e2fdc2226 (diff) | |
download | cuirass-f2984c7230f69a6e50810edc5e9d36bd671801f9.tar cuirass-f2984c7230f69a6e50810edc5e9d36bd671801f9.tar.gz |
Use Guile-zlib package.
* README (Requirements): Add Guile-zlib.
* build-aux/guix.scm: Ditto.
* src/cuirass/base.scm: Use Guile-zlib instead of (guix zlib).
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ Cuirass currently depends on the following packages: - Guile-JSON 3.x - Guile-SQLite3 - Guile-Git + - Guile-zlib - Fibers A convenient way to install those dependencies is to install Guix and execute |