diff options
author | EuAndreh <eu@euandre.org> | 2023-03-24 08:48:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-24 08:48:05 -0300 |
commit | 275cb0b0f72a3e9563d3f56452f8eff2842516f7 (patch) | |
tree | 8276567c4adddde3c6eeb898716575839c5a5c1a | |
parent | etc/sh/rc: Finalize path_add() function (diff) | |
download | dotfiles-275cb0b0f72a3e9563d3f56452f8eff2842516f7.tar.gz dotfiles-275cb0b0f72a3e9563d3f56452f8eff2842516f7.tar.xz |
etc/guix/home.scm: Add Guile dependencies required for building Guix
-rw-r--r-- | etc/guix/home.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 25608ab..57b03d9 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -522,7 +522,16 @@ left it off the last time it was used.") lmdb guile guile-colorized + guile-gcrypt + guile-git + guile-gnutls + guile-json + guile-lib + guile-lzlib + guile-ssh guile-readline + guile-sqlite3 + guile-zlib guile-heredoc gzip xz |