1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: guix-daemon: Use guile-json-4.

* gnu/packages/package-management.scm (guix-daemon)[inputs]: Replace guile-json-3
with guile-json-4.

Change-Id: I786ca2dd5080b00de84bec26706087372d56392c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #6435
This commit is contained in:
Yelninei
2026-02-11 15:49:42 +00:00
committed by Ludovic Courtès
parent ce9d4c9f59
commit 34ac15e813

View File

@@ -629,7 +629,7 @@ the Nix package manager.")
(inputs
(modify-inputs (package-inputs guix)
(delete "boot-guile" "boot-guile/i686" "util-linux")
(prepend guile-gnutls guile-git guile-json-3 guile-gcrypt)))
(prepend guile-gnutls guile-git guile-json-4 guile-gcrypt)))
(propagated-inputs '())