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

read-print: Add newline after ‘snippet’ field of ‘origin’.

* guix/read-print.scm (%newline-forms): Add ‘snippet’.

Change-Id: Ibdd654ca68cf9a820b75cdd81e991d747030fa73
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ludovic Courtès
2026-03-04 22:23:57 +01:00
parent 55ea428a29
commit ac9f7dbce6

View File

@@ -363,6 +363,7 @@ expressions and blanks that were read."
(vhashq
('source '(package))
('git-reference '(uri origin))
('snippet '(origin))
('sha256 '(origin source package))
('arguments '(package))
('list '(arguments package))