From 8aa460cd02a6ab1229463c59e965203e52b34748 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Tue, 18 Oct 2022 18:36:04 +0200 Subject: [PATCH] guix: add guile-gnutls and guile-json to install list They are mentioned in the figure above, but having them in the table makes it easier to (apt) install everything required. --- contrib/guix/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/guix/INSTALL.md b/contrib/guix/INSTALL.md index 03cb4a40a70..658bf5ddd95 100644 --- a/contrib/guix/INSTALL.md +++ b/contrib/guix/INSTALL.md @@ -338,6 +338,8 @@ packages in Debian at the time of writing. |-----------------------|---------------------| | guile-gcrypt | libgcrypt-dev | | guile-git | libgit2-dev | +| guile-gnutls | (none) | +| guile-json | (none) | | guile-lzlib | liblz-dev | | guile-ssh | libssh-dev | | guile-sqlite3 | libsqlite3-dev |